Question: PART I: Unit Conversion Write a script to convert Fahrenheit unit to Celsius. Y our program must ask the user to enter the temperature in

PART I: Unit Conversion Write a script to convert Fahrenheit unit to Celsius. Y our program must ask the user to enter the temperature in Fahrenheit. Create a variable ftemp to store a temperature in degrees Fahrenheit (F). Convert this to degree Celsius and store the result in variable ctemp. The conversion formula is C=(F-32)*5/9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
