I have a class project where we must create a program that takes 5 grades of a student that the user inputs and stores them into an array and then gets the average of the 5 grades for example
Grades = 92 89 99 78 96
And then stores those numbers into an array and calculates the average and spits the average back out into a j-textfield
Any help is greatly appreciated thank you