I am new to VB.NET and I am trying to write a program that finds the average of all the even numbers between 1 and a user entered number (both inclusive). I am trying to make use of a looping construct, and not a formula. I know that I have may have to use the Modulus function as well as writing a averaging function, but I do not know how to implement it. Any ideas of code examples or what I am trying to do here? Thanks in advance for your time!