Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Example output might be My name is Jane Doe. I am 17 years old I am 182.5 cm tall. Write a program called problem2.cpp that
Example output might be My name is Jane Doe. I am 17 years old I am 182.5 cm tall. Write a program called problem2.cpp that will allow a user to enter the personal information above in both number (integer and float) and character form. Make sure you provide the user with a meaningful message so that they can input the correct data. Store all of this data as appropriate variables, and then re-display the information all together in the console, similar to the above. (5 points) 2. Modify the question in (2) to repeat the process of inputting this information and displaying it a total of three times. You need to use either a while or a for loop. Your source code file is called problem3.cpp. (5 points) 3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started