Question: 4. [4] (Temperature Conversion) Write a pseudocode that: a. reads a Celsius degree from input b. converts it to Fahrenheit (you need the formula to
4. [4] (Temperature Conversion) Write a pseudocode that: a. reads a Celsius degree from input b. converts it to Fahrenheit (you need the formula to convert from Celsius to Fahrenheit) C. displays the result as shown in the sample run below Note: 25 is an example input for Celsius in the sample run, your program should work correctly for any input. Here is a sample run: Enter Celsius degree: 25 Degree in Fahrenheit is 77.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
