Question: Create an algorithm that will prompt a user to answer the following question. Do you want to convert the Fahrenheit temperature to Celsius? While the

Create an algorithm that will prompt a user to answer the following question. Do you want to convert the Fahrenheit temperature to Celsius? While the user answers yes, the algorithm will prompt a user for a Fahrenheit temperature, convert the Fahrenheit temperature to Celsius, and print the Celsius temperature. Write the algorithm using pseudocode, and create a desk check using at least one set of test data. The formula used to convert Fahrenheit to Celsius is: C =(F -32)/1.8
Example: 68F
Celsius =(68-32)/1.8
Celsius =(36)/1.8
Celsius =20

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!