Question: Write a C program : 1. The program reads two float values called Hi, and Low with one decimal point that represents the maximum temperature
Write a C program :
1. The program reads two float values called Hi, and Low with one decimal point that represents the maximum temperature in Celsius degree in a city and the minimum temperature in Celsius degree in a city.
2. The program should display all temperatures between (Hi) and (Low), using a decrement of 0.3 in Fahrenheit degree where:
F = C * 1.8+ 32.0
4. The program should ask the user if he wants another value of (Hi) and (Low) or quit the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
