Menu

Question 2 20 Marks Write Program Calculate Students Average Test Scores Grades May Assume Q43854080

Question 2 (20 Marks) Write a program to calculate students average test scores and their grades. You may assume the followin

use netbeans only joptionpane may be needed
read all of it pls

Question 2 (20 Marks) Write a program to calculate students average test scores and their grades. You may assume the following data: Johnson Aniston Cooper Gupta Blair Clark Kennedy Bronson 85 80 78 92 23 60 77 93 83 90 81 B3 45 85 31 94 77 91 76 95 93 48 11 9073 30 6987 96 38 59 45 39 67 52 74 83 8977 97 KAPLAN HIGHER EDUCATION – IP:/V3.8 INTRODUCTION TO PROGRAMMING USING JAVA Sunny Smith 79 85 B5 72 28 49 93 75 82 63 Use three arrays: a one-dimensional array to store the student names, a (parallel) two- dimensional array to store the test score, and a parallel one-dimensional array to store grades. Your program must contain at least the following methods: a method to read and store data into two arrays, a method to calculate the average test score and grade and a method to output the results. Have your program also output the class average. Grade calculation to be computed as follows: Grade A Marks 85-100 75-84 65-74 50-64 | <50 Show transcribed image text Question 2 (20 Marks) Write a program to calculate students average test scores and their grades. You may assume the following data: Johnson Aniston Cooper Gupta Blair Clark Kennedy Bronson 85 80 78 92 23 60 77 93 83 90 81 B3 45 85 31 94 77 91 76 95 93 48 11 9073 30 6987 96 38 59 45 39 67 52 74 83 8977 97 KAPLAN HIGHER EDUCATION – IP:/V3.8 INTRODUCTION TO PROGRAMMING USING JAVA Sunny Smith 79 85 B5 72 28 49 93 75 82 63 Use three arrays: a one-dimensional array to store the student names, a (parallel) two- dimensional array to store the test score, and a parallel one-dimensional array to store grades. Your program must contain at least the following methods: a method to read and store data into two arrays, a method to calculate the average test score and grade and a method to output the results. Have your program also output the class average. Grade calculation to be computed as follows: Grade A Marks 85-100 75-84 65-74 50-64 |

Expert Answer


Answer to Question 2 (20 Marks) Write a program to calculate students average test scores and their grades. You may assume the fol…

OR