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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!