Skip to main content
Home
Completion requirements
Opened: Saturday, 16 February 2019, 12:00 AM
Due: Thursday, 28 February 2019, 12:00 AM

You are to write a complete program that keeps information about 5 students.

you need to define two classes , one class for a student and the second class for

driving the program.

Student attributes are:

    1. Name (String)

     2. ID   (long)

     3. grades ( any array of grades for this student. it size should be read

         the keyboard.

      4. Number of grades for this student)

you should define all things we studied in class room (constructors,destructor,

setters , getters and a set of operators to be performed on students such as

 print, read, average....

The driver class main purpose is to define an array of class students,

 and then read, print , print the average of all students, finding student

with maximum and minimum grades, and finally sort the students according

to the average grades..

loader image