Question: **************PLEASE ONLY CREATE UML DIAGRAM FOR THIS QUESTION - NO PYTHON CODE !*********************** 2. Create a class that represents a group of students called GroupOfStudents.

**************PLEASE ONLY CREATE UML DIAGRAM FOR THIS QUESTION - NO PYTHON CODE !***********************

2. Create a class that represents a group of students called GroupOfStudents. Create another class Student that represents a typical student. The GroupOfStudents class has a list of students as well as the following methods:

  1. Group average
  2. Names of all the students whose test scores are below the group average, with an appropriate message
  3. Highest test score and the names of all the students having the highest score Create a separate test module where instances of the class are created, and the methods are tested with two instances of the GroupOfStudents class and allows the user to enter students names followed by their test scores. The program should then output the group average, names of the students who are below this average and the highest test score for each group.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!