Question: P 3 : Student Registration System Implementation of a basic student registration system with at least 2 user roles, a student and an advisor /

P3: Student Registration System
Implementation of a basic student registration system with at least 2 user roles, a student and an advisor/administrator
Use of login with id and password scheme
Ability for a student to view courses offered, add a course, drop a course and view grades for last semester.
Any added course will be added to the end of an array.
Any dropped course must be removed from the array and all elements will be shifted to the left when if needed.
Ability for an advisor to create a course, add/drop students from courses, and set grades for completed courses.
Challenge: create a transcript for the student with calculated SGPA, CGPA and course details for their major In JAVA
P 3 : Student Registration System Implementation

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 Programming Questions!