Question: 3.16 What does the following program print? I // Exercise 3.16: Mystery.java 2 public class Mystery f 3 public static void main(Stringt] args) ( int

3.16 What does the following program print? I // Exercise 3.16: Mystery.java 2 public class Mystery f 3 public static void main(Stringt] args) ( int x 1; int total 0; while (x10) f int y x *x; System.out.println(y); total += y; 10 12 13 14 System . out . printf("Total is %d%n", total); 16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
