Menu

Exercise 1 Converting Temperature Values Fahrenheit Celsius Exercise Creates Program Conve Q43902361

Exercise 1: Converting temperature values from Fahrenheit to Celsius This exercise creates a program to convert the temperatu

This program has to be done in python

Exercise 1: Converting temperature values from Fahrenheit to Celsius This exercise creates a program to convert the temperature values form Fahrenheit to Celsius for a list of 10 temperature values between -10° and 75º. The program shall have the following features: 1. Create a temperature list that contains 10 values ranging from -10° to 75º. 2. Create a function to convert temperature values from Fahrenheit to Celsius. 3. Create a while-loop to index the temperature value item in the list and call the function to calculate the temperature value in Celsius. 4. Print the temperatures in the format of: 32 degrees Fahrenheit = 0 degrees Celsius Show transcribed image text Exercise 1: Converting temperature values from Fahrenheit to Celsius This exercise creates a program to convert the temperature values form Fahrenheit to Celsius for a list of 10 temperature values between -10° and 75º. The program shall have the following features: 1. Create a temperature list that contains 10 values ranging from -10° to 75º. 2. Create a function to convert temperature values from Fahrenheit to Celsius. 3. Create a while-loop to index the temperature value item in the list and call the function to calculate the temperature value in Celsius. 4. Print the temperatures in the format of: 32 degrees Fahrenheit = 0 degrees Celsius

Expert Answer


Answer to Exercise 1: Converting temperature values from Fahrenheit to Celsius This exercise creates a program to convert the temp…

OR