Questions on Magic 8 Ball – Answer on a separate sheet of paper.

1.       Experiment with the number after the SLEEP statement (Sleep 5).  How does changing this number seem to affect your program?

2.       Try to edit your code so that you get another 8-ball option besides those that already exist (Doubtful, For Sure, Too early…etc).   What did you change in your program to do this?

3.       Look toward the bottom of the program at the LOOP statement.  What purpose does the OR serve?

4.       What statement does it look like is used to show something on the screen?

5.       What statement does it look like is used to allow the user to type something in?

6.       Add your name to the top of the program as a REM statement.   How do REM statements seem to affect the way a program runs?