Question: Develop a Java program for below: here main thing is add, delete and update, display functionality and also display marks of student all over 40%
Develop a Java program for below:
here main thing is add, delete and update, display functionality and also display marks of student all over 40% below their list ,proper content as per below:

Instructions: 1. Assume suitable data /information if required. Develop the Java program for the continuous evaluation (CE) mark-sheet portal as mentioned below: . Bifurcation of CE component: Class Test Sessional Innovative | Total Constrains to clear the Assignment CE component Marks 30 40 30 100 Minimum 40% of marks is mandatory to clear the CE component . Data/attributes for portal: " RollNo, CourseCode, ClassTestMark, SessionalMark, InnovativeAssignmentMark, Semester . i.e. 19BCE999, 2CS302, 20, 10, 25, 3 . The portal has following functionalities: . Add mark functionality for each component . Delete and update mark functionality for each component . Display mark functionality for each component RollNo-wise . Scan semester from user and generate report for course-wise component-wise failure student list. . You have to use multi-dimesional array, inheritance and exception handing concepts compulsory. You may use other concepts of Object Oriented Programming if required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
