Question: In this assignment you will develop a seemingly simple console program. The purpose of this assignment is to understand how console input works, and how

In this assignment you will develop a seemingly simple "console program". The purpose of this assignment is to understand how console input works, and how to manage programs with multiple, mixed inputs of text and numbers from the console.Following the programming conventions for this course, write a C++ console program to read and output two sets of inputs, including two calculated values in the output. Be sure to input and output things in the order specified.The first set of inputs is the user's age (in whole number years) and name (first and last), in that order, each on its own separate line, following its prompt. The second set of inputs is the current outside temperature (in floating point degrees F), and the user's location (city), in that order, each on its own separate line, following its prompt. For example, with user-typed input bolded:Enter your age: 21Enter your name: Joe StudentEnter the temperature outside right now (degrees F): 45.642What city are you in right now? San Ramon

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!