Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Java Array.. Plz Project 5 Arrays (Chapter 8) Due: see calendar Two files to be submitted: .Algorithm of method main (AlgorithmOfMain.txt, no credit if

Use Java Array.. Plz image text in transcribed
image text in transcribed
Project 5 Arrays (Chapter 8) Due: see calendar Two files to be submitted: .Algorithm of method main (AlgorithmOfMain.txt, no credit if this is missing) Java Source code (GradeReport.java- no credit if this has syntax crrors) Write a program to store and process 2 test scores for a class of 4 students. Your program will prompt for the test scores as shown in the sample run (note the numbering in the prompts). After all the data is entered, your program will display the scores for test 1, test 2, the average and the letter grade for each student in a tabular format. The average is converted to a letter grade using the following table: Average (100 at maximum) 90 80 -70 less You must use 2 arrays of integers to store the 2 test scores for each student. You must use a third array to stone the average and a fourth array to store the letter grade. You must print the test scores using 3 digits, and the average with 3 digits before the decimal point and 1 decimal place. Your sample runs must follow the exact format, Sample Run For test 1, Enter score 1: 90 Enter score 2: 82 Enter score 3: 39 Enter score 4: 89 For test 2, Enter score 1: 59 Enter score 2: 80 Enter score 3: 100 Enter score 4: 92 Test 1 Test Average Grade 090 082 039 089 059 080 100 092 074.5 081.0 069.5 090.5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beyond Big Data Using Social MDM To Drive Deep Customer Insight

Authors: Martin Oberhofer, Eberhard Hechler

1st Edition

0133509796, 9780133509793

More Books