Page 1 of 1

Write a conditional program using if/else-if/else statements that reads a temperature: • If temperature entry < 30, the

Posted: Tue Jul 12, 2022 8:17 am
by answerhappygod
Write A Conditional Program Using If Else If Else Statements That Reads A Temperature If Temperature Entry 30 The 1
Write A Conditional Program Using If Else If Else Statements That Reads A Temperature If Temperature Entry 30 The 1 (7.78 KiB) Viewed 34 times
In Java
Write a conditional program using if/else-if/else statements that reads a temperature: • If temperature entry < 30, the program will display "Cold!" • If temperature entry >=100, the program will display "Hot!" • Otherwise, the program will display "Normal!"