Question: please help me Task 5 - Create a variable called celsius, set to some float value between 0.0 and 50.0 - Calculate the Fahrenheit value
Task 5 - Create a variable called celsius, set to some float value between 0.0 and 50.0 - Calculate the Fahrenheit value of celsius, and store it in a variable called fahrenheit - Print the values of each variable in the below format, substituting the example numbers with the actual numbers that you have set and calculated Temperature in Celsius: 20.5 Temperature in Fahrenheit: 68.9 - Hint: The formula for converting Celsius to Fahrenheit is 1.8c+32=f
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
