While Loops

1) Write a program to keep asking for a number until you enter a negative number. At the end, print the sum of all entered numbers.

2) Write a program to ask for a name until the user enters END. Print the name each time. When you are done, print "I am done."

3) Test Average problem: (on powerpoint for while loops)

4) Nim problem: (on powerpoint for while loops) -- this is extra, not necessary