Create an application which uses 2-dimensional arrays


Create an application which uses 2-dimensional arrays to keep track of 5 students' grades, with each student having 3 different classes. You need to ask the user to enter the grade for each of the 5 students for each course, first name, last name and calculate the average for each student using a separate array. Then calculate the number of students who have average grade better than 70%. If percentage of students having average above 70% is more than 50% then print a message saying that the tuition is being increased by 10% next semester, otherwise print a message indicating that tuition is not increased. The goal is to use parallel arrays to hold first name and last name as well as 2-dimensional arrays to hold the grade for each class.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create an application which uses 2-dimensional arrays
Reference No:- TGS0119207

Expected delivery within 24 Hours