C++ Program Help.

I need help understanding the C++ code instructions.


TempConvert();
In this challenge you will create a C# method that translates a temperature.
Your code should do the following:
• You will prompt the user to enter in a temperature in Fahrenheit.
• You will display the temperature the user has entered.
• You will use the temperature and convert it to Celsius, and display the result to the user.
• You will then prompt the user to enter in a temperature in Celsius
• You will display the temperature the user has entered
• You will use the temperature and convert it 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.
Additional Requirements:
• Label the method “TempConvert”.
• You will need to insert a “TempConvert()” call in the main method section of this
assignment.
It looks like your problem is telling you to do it in C# instead of C++.
closed account (1vD3vCM9)
As TheSmallGuy said, we do not make your homework, either you post a code that you need help with (more than just int main), or you don't.
It is your job to study at class.
Topic archived. No new replies allowed.