Question: Write a program to take two customer first name, last name and address as an input string. Allow the user to input/read the address until
Write a program to take two customer 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. Note: In order to take the input and display the data of two customers, you should use loop for efficiency dev c++ programing....
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
