Question: orksheet 4-8:/program for calculating student grades The given Java program called StudentGrades allows to enter the name and three numeric grades (homework, attendance and examination)

 orksheet 4-8:/program for calculating student grades The given Java program calledStudentGrades allows to enter the name and three numeric grades (homework, attendance

orksheet 4-8:/program for calculating student grades The given Java program called StudentGrades allows to enter the name and three numeric grades (homework, attendance and examination) for each student. The program uses two arrays, one 2 dimensional array of float to store the grades and one names. The program also declares some other variables to store and process information 1-dimensional array of string to store the The program first asks the user toenter names and numeric values for the grades of each student. Then, the program displays a report with the data entered and some other values not yet calculated 1. 2. 3. 4. 5. 6. Create a project called StudentGrades in NetBeans for this Java program Type the program as given below making sure there are no syntax errors. Execute the program and make sure you understand how it works Write the necessary Java code to store the highest total grade in the variable Max. Write the necessary Java code to store the lowest total grade in the variable Min Write the necessary Java code to calculate the average total grade and store it in the variable Average, you can use the variable Sum for this calculation Write the necessary Java code to count the number of students that have a total grade above the average total grade and store that in the variable AboveCount 7. 8. Write the necessary Java code to count the number of students that have a total grade below 9. Add the necessary Java code to ensure that the program only accepts valid numeric grades, 10 Modify the program so that in addition to the Total grade, a letter grade is also calculated and 11. Write any additional Java code to format the report as neatly as possibly the average total grade and store that in the variable BelowCount that is, values between 0 and 10 reported for each student according to the KU-ISC grading scale Write the necessary Java code to also display the report of grades but sorted from highest to lowest Total grade 12. An example of a correct unsorted report for some given data would be as follows. The Report of Grades is: Grade Student Name Homework Attendance Examination Total 9.7 9.6 5.8 7.9 5.4 1 Sam 7.8 Ana 7.4 3 John 9.7 4Maria 8.6 5 Lois 9.0 10.0 7.8 8.5 10.0 7.5 9.184999 A 7.93 8.514999 B+ 9.195A 7.71 The Class average is: 8.506999 The Highest overall grade is: 9.195 The Lowest overall grade is: 7.71 There number of students above average grade is: 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!