The problem

Collect 10 temperatures in an array. Then determine in output if the temps are hot (<90), warm (68-89), cool (67-40), or cold (<39). As part of the output, show the Celsius value as part of the output. Celsius formula to convert from Fahrenheit: C = (F - 32) * (5/9)

Print PDF

Topics

2. While
11. If Else
25. Array

Languages

1. Any