Lab9 Problem6
Lab9 Problem6
Lab 9 – Problem 6
Write a Python program that receives a temperature in degree Celsius. The program converts the
degree Celsius unit (c) to Fahrenheit unit (f) by calling the function “CelsiusToFahrenheit(c)”,
9
where c is the input of this function. We have the following conversion: 𝑓 = (𝑐 × 5) + 32. The
output should look similar to the following.