I'm taking a class in java and I need some help with a program. I have a two dimensional array one element holds names and the other element holds grades. I have to: write an application that calculates the average for each student, stores that average in an array called averages and prints the name of the student followed by that average. This program has to be portable so all work needs to be done by methods. I have no clue how to do this and since I'm taking the course online, I have no help. someone help me please!