Question: This is for a basic C++ coding. The main advance concepts used are pointers and structures. The new operator is using pointer notation instead of
Create a student struct that has the following fields: First name Last name . Age ID Here are the instructions e Ask the user how many students is in his/her class. * Create an array of student structs based on their answer (using NEW operator) Using a loop o using a function getdata (have the user to enter the first name, last name, age, and student id number for each student) . After in another loop o using a function displaydata (print out all student data.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
