Display to the monitor last name and gpa in reverse order


Write a C++ program that reads the following information from the keyboard terminated with the sentinel -999 in the Student Number, and stores the records in arrays (3 separate arrays). Assume that there are up to 100 students in the file.

Student Number: Integer
Student Last Name: String
Grade Point Average: Double

Then display to the monitor (in columns with column headings), Student Number, Last Name, and GPA in reverse order (first one listed is the last element in the array). At the end, give the total number of students and the average GPA. Use a function to calculate the average.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Display to the monitor last name and gpa in reverse order
Reference No:- TGS0122900

Expected delivery within 24 Hours