Question: C++ Question 9 (2 points) When the user types values at the keyboard, those values are first stored in an area of memory known as
Question 9 (2 points) When the user types values at the keyboard, those values are first stored in an area of memory known as the keyboard abs Save Question 10 (10 points) Given the following: int OutsideTemp; cout"Entertoday's high temperature"; cin >> OutsideTemp; Code the statements that test to see if OutsideTemp is above 100 or below 20. If so display to the screen "The temperature is dangerous today" otherwise display to the screen "Today is a great day". Note: You do not need to write a whole program. You only neto write the code that it takes to create the correct output. Please remember to use correct syntax when writing your code, points will be taken off for incorrect syntax. Save
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
