Posted by Nick on Wednesday, June 20, 2012 at 5:07pm.
Write a console based C++ program that reads student information from a text file, build an array of objects of type class StudentInfo, and provide the following set of operations:
1) Display all student Info
2) Display all Student First Name & GPA
3) Display a specific student grades based on his/her ID
4) Display all Passed Student Names & GPAs; (Pass means GPA >= 50)
5) Display the student name with the maximum GPA
6) Display the student name with the minimum GPA
7) Display Student GPAs as Letter Grades (A, B, C, D, E, and F).
Related Questions
computer programming - Input a list of positive numbers (terminated by 0) into ...
programming Please respond - input a list of positive numbers terminated by 0 ...
Programming - Input a list of positive numbers (terminated by 0) into an array, ...
computer science - Input a list of positive numbers (terminated by 0) into an ...
Math - Input a list of positive numbers (terminated by 0) into an array find the...
Programming - Input a list of positive numbers (terminated by 0) into array, ...
programming - for a list of numbers entered by the user and terminated by 0, ...
Simple Array Process - need help with this generate only the pseudocode. No ...
Programming - I suppose to write a program that calculates the average of up to ...
Programming - Here is the question that I need help to write the code for the ...
For Further Reading