Question: Challenge 4: number exercise: TempConvert In this assignment you will create a method in C# that prompts the user for a Temperature. Your code should

Challenge 4: number exercise: TempConvert In this assignment you will create a method in C# that prompts the user for a Temperature. Your code should do the following:

1. Prompt the user to enter in a temperature in Fahrenheit

2. Display the temperature the user has entered

3. Convert the temperature to Celsius, and display the result to the user

4. Prompt the user to enter in a temperature in Celsius

5. Display the temperature the user has entered

6. Convert the temperature to Fahrenheit, and display the result to the user User Input: Prompt the user to enter in a temperature (in Celsius) Prompt the user to enter in a temperature (in Fahrenheit) Console Output: Display the temperature the user has entered in Fahrenheit. Display the temperature that was converted from Fahrenheit to Celsius Display the temperature the user has entered in Celsius Display the temperature that was converted from Celsius to 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!