(Solved) : 1718 2018 Question 2 Design Console Application Print Final Result Obtained Student Studen Q30807943 . . .
1718 2018 Question 2 Design a console application that will print the final result obtained by a student with the each student number, test result, assignment result and exam. Create a constructor that student number, test result, assigniment result and the exam result as parameters methods for the variables. The Student class must implement an iReport interface that contains the following: weighting of module. Make use of an abstract class named Student that contains variables to store the accepts the public interface iReport public void print report0: Create a subclass called Student_ Report that extends the Student class. The Student Report class must contain a constructor to accept the student number, test, assignment and exam results as parameters. Write code for the print report method which calculates each assessment wieighting as follows: Assessment Test Assignment Exam Weighting 25% 25% 50% Finally write a useStudent class to instantiate the Student_Report class. Sample output is shown below and you may hard code the same values to test your application. Show transcribed image text
Expert Answer
Answer to 1718 2018 Question 2 Design Console Application Print Final Result Obtained Student Studen Q30807943 . . .
OR