Latest Java Aptitude Question SOLUTION: What is the output of this program? class area { public static void main(String args[]) { double r, pi, a; r = 9.8; p1 = 3.14; a = pi * r * r; System.out.println(a); } } a)