Question: Problem: - Write a Python program to ask the user for the temperature in Degree Celsius and convert it to Fahrenheit. The formula for converting

Problem: - Write a Python program to ask the user for the temperature in Degree Celsius and convert it to Fahrenheit. The formula for converting temperature in Degree Celsius (C) to Fahrenheit (F) is as follows: F=9/5C+32 - What would be the input/output of the following algorithm? Algorithm: 1) start 2) Write "Enter Temp is Degree Cel:" 3) Read c 4) F=9/5c+32 5) Write "temp is Feh = " +F 6) Stop Python: - Write a python program to evaluate the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
