Hi,
I am totally new to programming and my local university has us starting with java right off the bat, for my degree. I have heard a lot of programmers say that this isn't the greatest language to be learning in. Luckily, I found these forums and I see that you help each other.
I am caught with this. I have to take 5 test scores and average them. Now, I have to be able to take an infinite amount of scores and average them.
Do I need to start off by reassigning my variables? right now they're; double test1, test2, test3, test4, test5
double average
and then from that put it through a counter control loop?

