|
Hey I'm a beginning programmer, but it seems like the test score variables were not initialized as field varialbes, therefore when initialized in one method, they are set only for that method.
(i.e. you never initialized test 1-3 to 0 in your second method, and you never set the value for testNumber.)
That's what I think, you have a bunch of variables (i didn't exactly know where you were goin with this, so if you tell me what you're trying to do, I could perhaps help you out
|