I'm imagining its something like:


error: cannot find symbol
average = ( score1 + score2 + score3 ) / 3;
^
symbol: variable average
location: class TestScoresAndGrade

But thats...