Question: 1. Request a first and last name from the console. Store each into a separate string variable. Print the contents of both variables to the

1. Request a first and last name from the console. Store each into a separate string variable. Print the contents of both variables to the console three times: 1) separated by a space 2) separated by a tab 3) separated by a line The program must precisely match the example output for credit. Example output (console input is in bold italics) Input your first name: John Input your last name: Smith John Smith John Smith John Smith 2. Use iomanip library column format commands to create a program which prints the content in the example below. The program must precisely match the example output for credit. Introduction to C++ Programming Design and Implementation S. Trowbridge 2019
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
