Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Write a C++ program that reads the following information from the keyboard terminated with the sentinel -999 in the Student Number, and stores the...

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: IntegerStudent Last Name: StringGrade Point Average: DoubleThen 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.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question