Hi everyone! I am 1st year student. I really need your help to complete this problem. I tried to execute this problem for 2days but still I didn't get the expected output of my teacher. Please help meeee.
CREATE A PROGRAM IN JAVA ABOUT STUDENTS GRADES USING ALL TYPES OF ARRAYS IN JAVA
Situation:
Each student has a fives grades with the following components:
Class standing 20%
Graded oral participatio is 10%
Performance/Hands on Activities 30%
Project is 20%
Term/Major Examination 20 %
Each student has three grades:
-The first one is from the first exam, and counts 30% of the overall grade.
-The second one is from the second exam, and count 30% of the overall grade.
-The third one is from the final exam, and count 40% of the overall grade.
The program scans the three grades for each student, and then calculates their average according to their percentage criteria. The program calculates also the average of all students for the class standing; graded oral participation; performance/hands on activities; project, and term/major examination and the average of each student taken the three exams. Then, add the following remarks: 74 - below, FAILED. 75 - above, PASSED
Insert a condition in the program that stops reading values when -1 value is pressed for the first exam.