Question: Write a program that ask the user to enter the celsius degree and convert it to Fahrenhei? F Example: Enter the Celsius degree: 10
Write a program that ask the user to enter the celsius degree and convert it to Fahrenhei? F Example: Enter the Celsius degree: 10 The Fahrenheit degree is: 50 || 95 (celsius) + 32 Q2. Write a program that calculate the area of a sphere by asking the user to enter the radius? Example: Enter the radius: 10 The area is 1256.64 Area = 4 * 3.14 * radius K
Step by Step Solution
There are 3 Steps involved in it
Celsius to Fahrenheit Converter Code def celsiustofahrenheitcelsius return celsius 95 32 celsius flo... View full answer
Get step-by-step solutions from verified subject matter experts
