Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Carlos Coronel, Steven Morris

14th Edition

978-0357673034

More Books

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago