Question: virtual studio code C++ please show the screenshot of the exact code running . 1. Request a first and last name from the console. Store
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 11brary column format conmands to create a program which prints the content in the example below. The program must precisely match the example output for credit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
