Question: If necessary, create a new project named Introductory21 Project and save it in the Cpp8Chap13 folder. Also create a new source file named Introductory21.cpp. Write

If necessary, create a new project named Introductory21 Project and save it in the Cpp8\Chap13 folder. Also create a new source file named Introductory21.cpp. Write a program that allows the user to enter three separate strings: a city name, a state name, and a ZIP code. The program should use string concatenation to display the city name followed by a comma, a space, the state name, two spaces, and the ZIP code. Use a sentinel value to end the program. Save and then run the program. Test the program.

Step by Step Solution

3.39 Rating (161 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres the C code for the question inc... View full answer

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 Microsoft Visual C# Introduction Questions!