Question: ( 1 0 Points ) Write a program that transforms the following formula into C + + code: celsius = ( 5 . 0 /

(10 Points) Write a program that transforms the following formula into C++ code:
celsius =(5.0/9)*(fahrenheit -32).
Identify the input and output variables and types.
List the steps the program must perform to get the outputs from inputs.
Write the detailed pseudocode with the actual variable names used in the program.
Transform your pseudocode to a C++ program.
Program output after execution of the program assuming the user entered 100 when prompted for the temperature in Fahrenheit.

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 Databases Questions!