Applying what we have learned in Chapter 6 assignment:
Write a program that includes a For Next Loop that works, a
Do While Loop, or a Do Until Loop. The program needs to work, and needs to be
different than the previous assignments.
An example would be a game that allows you to guess a
number, and tells you when you get the correct number. It might be password protected, and have a
delay between guesses. *Your program
must be different that this though.