Good Afternoon,
I am currently taking a VB.NET class and the book is really no help when it comes to coding something so I will ask here. If I were to code a command button to find the average of all even numbers between 1 and 100 (inclusive) how would I go about doing that. My guess would be it would involve making a loop so it can check each number to decide if it is even or not, but I do not even know really how to begin. Any response is greatly appreciated as I am trying to learn this.

JAZ