Question: Write a C++ program that reads elements of an array of structure type (Student) from the user, then prints these :elements on the console. Given

Write a C++ program that reads elements of an array of structure type (Student) from the user, then prints these :elements on the console. Given that .a. All the code should be inside the (main) function b. The structure (Student) contains three fields or variables: (name (String), id (int), and age (int c. The size of the array is 10 elements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
