Question: What is the output of the (Java) code below: if (18 > 96.3) System.out.println (Something went wrong.); if (5 < 15) System.out.println (Five is small.);
What is the output of the (Java) code below: if (18 > 96.3) System.out.println (Something went wrong.); if (5 < 15) System.out.println (Five is small.); else; System.out.println (Five is large.);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
