question archive In this module you learned about pointers in C++ and how to implement them in your C++ programs
Subject:Computer SciencePrice: Bought3
In this module you learned about pointers in C++ and how to implement them in your C++ programs. For this assignment, you will use pointers to write a program that asks the user to enter the name. birth city and year of birth for ?ve (5) 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 ZOXX. Output the data from the arrays in a formatted table. -