Question: C++ please!! Complete the following program so that it asks the user (in this order) for his/her first name, middle initial, last name, age, and

C++ please!!

 C++ please!! Complete the following program so that it asks the

user (in this order) for his/her first name, middle initial, last name,

Complete the following program so that it asks the user (in this order) for his/her first name, middle initial, last name, age, and employer. Employer may be "unemployed". Print out the user's information EXACTLY as follows LastName, FirstName MiddleInitial (Age) \{Employer For example, you might print Carmichael, Alice T (32) \{A Plus Tech Company main.cpp \( \begin{aligned} 1 & \text { \#include } \\ 2 & \text { \#include } \\ 3 & \text { \#include } \\ 5 & \\ 6 & \text { using namespace std; } \\ 7 & \text { int main }()\{ \\ 8 & \\ 9 & \\ 10 & \\ 11 & \\ 12 & / / \text { Put code here } \\ 13 & \text { // You can click to scroll if the code above ^ isn't showing } \\ 14 & \text { return } \theta ; \\ 15 & \}\end{aligned} \) Test 1 Input: Alice T Carmichael 32 A Plus Tech Company Actual Expected Enter first name: Enter middle initial: Enter last name: Enter age: Who is your employer (or enter unemployed): Carmichael, Alice T(32) \{A Plus Tech Company\} fail Test 2 Input: Enter first name: Enter middle initial: Enter last name: Enter age: Who is your employer (or enter unemployed): Calvert, Yuriki V(5) \{Comedy Clu

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!