I am getting an error when I try to pass an array (score) to a method in another class. i am not sure i have them set up right - I am trying to have the contestant's score calculated and displayed when i press the calculate scores button but get the error
getScores() in Judging cannot be applied to (double[])
here is all the code. error is on line 78 of the GUI class
Judging class
GUI class
Test class
i dream of the day this project is done... thanks in advance.