Question: Create a student class Student Grade Characteristics: * Name Age * Lab Score * Midterm Score * Quiz Score * Final Exam Score Create
Create a student class
Student Grade Characteristics: Name Age Lab Score Midterm Score Quiz Score Final Exam Score
Create a Python course class.
Characteristics of the course class: Limit of the number of students per course: Students added to the course:
Name: lab score, midterm score, quiz score, final score
eg:students
"ana" :
course methods
Add students
Studentana:
eg: Pythoncourse.addstudent student "student added!"
Count and print the total score of the selected students
eg: Pythoncourse.scoretype ana
Print total score of selected student by level: A B C D E F
eg: Pythoncourse.scoretype anaD
A and above
B to
C to
D to
E to
F below
Students average score : calculate the grade point average of the total students added
eg:Pythoncourse.averagescoreana
create student objects based on the data
name:lab,quiz midterm,finals
ana:
data:
neno:
luka:
Print each student's total score and type of score earned. Print the result in order first score, then score type thenscoreaverage
Create the given classes with their attributes and methods point
Add a student point
Calculating and printing the total score of the selected student point
Print the total score of the selected student by level point
Calculating the average of the total points of the added studentspoint
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
