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

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

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!