0% found this document useful (0 votes)
7 views1 page

Lab9 Problem6

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Lab9 Problem6

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ITS100 Introduction to Computers and Programming

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.

You might also like