Answered step by step
Verified Expert Solution
Question
1 Approved Answer
**************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:
- Group average
- Names of all the students whose test scores are below the group average, with an appropriate message
- 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started