Question: PLEASE DO BOTH IN C++ LANGUAGE 4. (a) Write the pseudocode for an algorithm that ask the user to enter first name, last name, age,
PLEASE DO BOTH IN C++ LANGUAGE

4. (a) Write the pseudocode for an algorithm that ask the user to enter first name, last name, age, and weight. Then it should display the information on screen to user. For example, if user entered first name as Joe, last name as Smith, age as 30, and weight as 150, then the information should display these values on the screen in a manner similar to the following: Greetings from me. My name is Joe Smith. My age is 30 and my weight is 150 pounds. (b) Develop the C++ program of the pseudocode developed in 4. (a). The program should define the first name and last name in string variables, age in integer variable and weight in float variable. The name of the submitted program must be myInformation.cpp NOTE: Use valid and meaningful variable names or identifiers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
