Quick Loop Problems:

Counting Loops

1) Write a program to keep asking for a number 10 times. After the 10 times, print the sum of all 10 numbers.

2) Write a program to ask for a name 3 times. Print the name each time. When you are done, print "I am done."

3)Interest Program (on Powerpoint for counting loops)

4) A program to calculate Grade Point Average (on Powerpoint for counting loops)