Question: Part 2: If....... else if...... (nested if's) Exercise 1: Write a C++ program that reads a number followed by one space and then a letter.

 Part 2: If....... else if...... (nested if's) Exercise 1: Write a

Part 2: If....... else if...... (nested if's) Exercise 1: Write a C++ program that reads a number followed by one space and then a letter. If the letter following the number is f, the program should treat the entered number as a temperature in Fahrenheit, convert the number to the equivalent Celsius temperature and print a suitable display message. If the letter following the number is c the program should perform the opposite conversion (from Celsius to Fahrenheit). If the letter is neither f nor c the program should print a message that the data entered is incorrect and terminate. Use the following formulas for converting between Fahrenheit and Celsius: Celsius = 2 + (f 32) 9 Fahrenheit = *c+32 Use two digits after the decimal point when displaying the converted temperature. C\Users\medhatha documents visual studio 2010 Projects by Debugvliexe please enter the temperature followed by character for C 33 f the temperature in Celsuis -0.555556 Press any key to continue

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!