Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 |Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started