Question: Write a C++ program to take data of three customers i.e. first name, last name and address as an input string. Allow the user to
Write a C++ program to take data of three customers i.e. first name, last name and address as an input string.
- Allow the user to input/read the address until the user press * symbol to terminate.
- Concatenate the customer first name and last name. After concatenation, display the customer name (first name along with last name) and address with proper spaces.
Note: In order to take the input and display the data of three customers, you should use suitable loop for efficiency.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
