Question: Create a java application that uses parallel arrays to contain student ID #'s and the student's course average. The application should have the user enter

Create a java application that uses parallel arrays to contain student ID #'s and the student's course average.  The application should have the user enter 3 grades for the student and the student's ID.  The application should use a method to average the grades and then send the grades to an array.

The application should then print out each student's ID# and course average.

The program should use at least one method and 2 arrays.

Step by Step Solution

3.46 Rating (156 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javautil class Score int n 5 number of students ... View full answer

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 Programming Questions!