Question: Write a C++ programing using ADTs and Pointers. Create a Student ADT that holds the name, age, and gpa of a student Functions Create a
Write a C++ programing using ADTs and Pointers. Create a Student ADT that holds the name, age, and gpa of a student Functions Create a function getdata that returns the Student ADT from user input Create a function printdata that print outs the data for a Student ADT Create a function findstudents that takes as input the starting address of a consecutive set of memory locations for Student ADTs and the nun locations. e Search through the array and print out the student details for each student with a GPA of 3.2 or higher Main Program Ask the user how many students and allocation enough memory for each student Use the getdata function to get all the information for each student Use the printdata function to print out the information entered Use the findstudents function to print out the students with GPAs of 3.2 or higher
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
