Question: Java Programming Using the above code add a method that takes in three arrays, one for student names, one for final test marks and a
Java Programming
Using the above code add a method that takes in three arrays, one for student names, one for final test marks and a last one for assignment mark. The method should then calculate the students qualifying mark (a student needs 50 or more to qualify) using the following weights: 40% of the test and 60% of the assignment, finally print out whether the person qualified or not. [10]
Use the below format for you print out:
Name Test Assignment Final Examination
-------- ------- ---------------- ------- ------------------
King 59 85 75 Allowed
John 52 45 48 Denied
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
