Question: C++ Create a structure person that has this members: full name, age, family member full names represented by an array of size (10) Write a
C++
Create a structure person that has this members: full name, age, family member full names represented by an array of size (10)
Write a program that creates an array of a Person of size 5. Populate the array of object with information given by the user input according to the following specifications: Populate only 3 positions of the array of person object, populate only 2 positions of the family members names array for each object, and ouput only the contents of the person object that contains user inputted information
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
