Question: C programming using a for loop please. 2. Write a loop based program to convert real temperature values from Fahrenheit scale to Celsius scale for

C programming using a "for" loop please.
2. Write a loop based program to convert real temperature values from Fahrenheit scale to Celsius scale for 5 different locations. It is mandatory to use a for loop to accomplish this task. For every iteration of the loop, the user is asked to enter Fahrenheit value for that particular location. A sample run of the program is shown below. Sample Run: Enter temperature for Location 1 in Fahrenheit: 96.2 In Celsius, it's : 35.666667 Enter temperature for Location 2 in Fahrenheit: -37.7 In Celsius, it's : 38.722222 Enter temperature for Location 3 in Fahrenheit: 15.45 In Celsius, it's : 9.194444 Enter temperature for Location 4 in Fahrenheit: 63.87 In Celsius, it's : 17.705556 Enter temperature for Location 5 in Fahrenheit: 111.78 In Celsius, it's : 44.322222
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
