Question: 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

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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
