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
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!"