Question: The following code displays ________. double temperature = 50; if (temperature) >=100) System.out.println(too hot); else if (temperature)
The following code displays ________. double temperature = 50; if (temperature) >=100) System.out.println("too hot"); else if (temperature)<= 40) System.out.println("too cold"); else System.out.println("Just right");
too hot
too cold just right too hot too cold just right
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
