Question: PLS do NOT USE USING NNAMESPACE STD; DO NOT PLS IS for C++ mimir.io/assignments/ # - Loops 9. Job References (While) 15 points possible Reset

PLS do NOT USE USING NNAMESPACE STD; DO NOT PLS IS for C++ PLS do NOT USE USING NNAMESPACE STD; DO NOT PLS IS for

mimir.io/assignments/ # - Loops 9. Job References (While) 15 points possible Reset to SI Saved Create a program that will prompt the user to enter the name (first and last) of a person that can serve as a reference for a job application. The name will be confirmed on screen and the prompt will keep appearing until the user types "exit". At the end, the total # of references will be shown. Output: Enter the full name of a person that can serve as a reference (type 'exit' to quit): [user types: Arthur Morgan] Arthur Morgan is reference #1 Enter the name of another person that can serve as a reference (type 'exit' to quit): [user types: Sadie Adler] Sadie Adler is reference #2 Enter the name of another person that can serve as a reference (type 'exit' to quit): [user types: John Marston] John Marston is reference #3 Enter the name of another person that can serve as a reference (type 'exit' to quit): [user types: exit] You have a total of 3 references Notes and Hints: 1) You MUST use a WHILE LOOP 2) Hint: Remember which function was needed to store a user entry that contained a space? Forgot? Check the Chp 3 outline

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!