Question: C++. ---------- uestion1 The following program asks the user for the current temperature (in Fahrenheit). Add a series of if statements (if with multiple alternatives)
C++. ----------
uestion1 The following program asks the user for the current temperature (in Fahrenheit). Add a series of if statements (if with multiple alternatives) so that one of the following messages is printed based on the temperature value Temperature (F) >85 79 65 45 30 > temperature; // add cascading if-else statements to complete the program /*to be filled in by student */ system ("pause"); return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
