You have been asked to write a Java program that will determine the attendance performance of students undertaking OOP module during the Fall 20 semester. There are fifteen weeks conducted during the semester for four hours each week. The instructor can mark attendance for each hour of the class. Comment should be included in the program which explains each line of code. The requirements of your Java program is listed below a) Use an interface to specify all the functions that should be in place in the program. That should include the following o Calculating the overall attendance Percentage. o Determining the performance result (55% or higher attendance is accepted for grades otherwise the student is marked absent for the module). o Displaying all the relevant information on scree
You have been asked to write a Java
a) Use an interface to specify all the functions that should be in place in the program. That should include the following
o Calculating the overall attendance Percentage.
o Determining the performance result (55% or higher attendance is accepted for grades
otherwise the student is marked absent for the module).
o Displaying all the relevant information on screen.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images