Question: What output is produced by the following code fragment? int num 87, max 25; = if (num >= max*2) System.out.println (apple); system.out.println (orange); System.out.println (pear);
What output is produced by the following code fragment?

int num 87, max 25; = if (num >= max*2) System.out.println ("apple"); system.out.println ("orange"); System.out.println ("pear");
Step by Step Solution
3.36 Rating (159 Votes )
There are 3 Steps involved in it
The second println ... View full answer
Get step-by-step solutions from verified subject matter experts
