Answered step by step
Verified Expert Solution
Link Copied!

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:

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago