I need someone to help me I need to make an algorithm about object-oriented programming

Aim

Develop a console application to manage student registration and grades in a course.

Requirements

Student Class

Attributes: ID, First Name, Last Name, License Plate.

Class Rating

Attributes: ID, Student_ID, Course, Grade.

Features

· Student Management:

· Add new students to the list.

o Show all students.

o Search for students by first name, last name or registration.

o Delete students by ID.

· Rating Management:

· Add grades for a student in a specific course.

· Show all grades for a student.

· Search grades by course or student.

· Delete ratings by ID.

Additional challenges

· Calculate a student's grade point average across all of their courses.

· Implement a function to see the ranking of students according to their grade point average.
Was this page helpful?