Evaluate the result of this Java code for formatted floating-point output:
double pi = 3.14159;
System.out.printf("Pi is approximately %.4f", pi);
Evaluate the result of this Java code for formatted floating-point output:
double pi = 3.14159;
System.out.printf("Pi is approximately %.4f", pi);