Question: The database ( represented by 6 - array data structure ) consists of a set of records for the students in that class. Each student
The database represented by array data structure consists of a set of records for the students in that class. Each student record contains the student id number the n the marks cTesponding to each course in that class, and a grade C
DEF that is based on the average mark being higher than N or lower than respectively. The number of courses is fixed assumed to be while the
number of students can vary. Write ajava program to implement the following tasks:
Add a full student record including the id name, and marks, then the average grade
should be calculated
Remove a full student record based on its ID This is only available after the courses
are defined; otherwise, an error message will display.
Display a full student record based on student ID This task is only available after the courses are defined; otherwise, it displays a message about this exception.
Find the student success rate. In case a total of marks is added, what would the
updated success rate be
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
