Write a program that asks the user to enter the name


Problem

In this module you learned about pointers in C++ and how to implement them in your C++ programs. For this problem, you will use pointers to write a program that asks the user to enter the name, birth city and year of birth for five family members. Be sure to include comments throughout your code where appropriate. The data should be stored in dynamically created parallel arrays. Users are assumed to be born between the years 1900 and 2018, and should enter the year of birth in one of the two formats 19XX and 20XX. Output the data from the arrays in a formatted table.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that asks the user to enter the name
Reference No:- TGS03275778

Expected delivery within 24 Hours