Declare a variable that holds the first four digits of Π
decimal pi = 3.141;
int pi = 3.141;
float pi = 3.141;
double pi = 3.141;