Question: Language is c++ Computing II Lab-2 Given that there is a collection of student records for two tests including the following variables - string studentName,
Computing II Lab-2 Given that there is a collection of student records for two tests including the following variables - string studentName, integer studentGrade TestA and integer studentGrade TestB. The program should prompt for, input the data and keep records in some suitable array. The program should sort the records by studentName. The program should print all records and also the average grade summary Consider the passing grade as 8 (out of 10) in BOTH the tests Create and print the data of passed students and of failed students separately
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
