All right, I'll be frank. We've just started loops in my programming class (we're learning basic) and there's several things I don't get.
See, I have to create three programs using Loops, IF statements and variables, but I don't understand loops well enough to code them.
For instance, one of them is an application that allows the user to enter a series of integers. The application will then display the sum of the odd integers and the sum of the even integers.
Another one is a program that allows the user to enter the gender (either F or M) and GPA for one or more students. The application should calculate the average GPA for all students, the average GPA for male students and the average GPA for female students.
The last one is an application that allows the user to determine how many Fibonacci numbers are displayed.
I know that the first one uses a ForNext, and the last two use a DoLoop. But otherwise I'm hopelessly confused.

