Question: Create an application that uses parallel arrays to contain student ID #'s and the students course average. The application should have the user enter 5
Create an application that uses parallel arrays to contain student ID #'s and the students course average. The application should have the user enter 5 grades for the student and the students 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.
JAVA
Step by Step Solution
3.34 Rating (151 Votes )
There are 3 Steps involved in it
StudentAppjava import javautilScanner public class StudentApp static Scanner snew ScannerSystemi... View full answer
Get step-by-step solutions from verified subject matter experts
