Write a conditional program using if/else-if/else statements that reads a temperature: • If temperature entry < 30, the
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a conditional program using if/else-if/else statements that reads a temperature: • If temperature entry < 30, the
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!"