Question: programming c++ Xcode for mac Write a C++ program to do: Prompts the user to enter a number (a temperature in Fahrenheit) Displays the result
programming c++ Xcode for mac
Write a C++ program to do: Prompts the user to enter a number (a temperature in Fahrenheit) Displays the result of the conversion. The Conversion formulas are given below Celsius = (Fahrenheit -32)^* 5/9 Homework: Modify the Code from Ex#2 above: Prompts the user to enter a number (a temperature) Prompts the user to enter a character (one of the following: 1, or 2) which indicates the user's choice of Conversion. If the user's choice is 1, your program Converts the temperature from Fahrenheit to Celsius. If the user's Choice is 2, your program converts the temperature from Kelvin to Celsius. Displays the result of the Conversion. The Conversion formulas are given below. bullet Celsius = (Fahrenheit -32)* 5/9 bullet Celsius = Kelvin +273.15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
