Develop the Java program for the continuous evaluation (CE) mark-sheet portal as mentioned below: Weight of the class test is 30% , sessional is 40% and innovative assignment is 30 %. So total is 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 require
Develop the Java program for the continuous evaluation (CE) mark-sheet portal as mentioned below:
Weight of the class test is 30% , sessional is 40% and innovative assignment is 30 %.
So total is 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
require
Step by step
Solved in 3 steps with 3 images