What is the result of the following Java code?
double pi = 3.14159;
int integerPi = (int) pi;
System.out.println(integerPi);
What is the result of the following Java code?
double pi = 3.14159;
int integerPi = (int) pi;
System.out.println(integerPi);