0 / 60 seg.

What is the result of the following Java code?

double pi = 3.14159;
int integerPi = (int) pi;
System.out.println(integerPi);