Lab 6 - Strings

You may have a partner for this lab; but make sure both of you understand what you are doing!

After you answer the Review Questions on p213, do the Programming exercises on p213.

...or...

For a more interesting programming exercise... implement a hangman program. You make the decisions about exactly how to do that; either embed the possible words in the program (use an ArrayList?), or allow the user to type in the answer for another user to try to guess; display the guessed letters; do something like drawing a hanged person (drawOval, and drawLine should let you do that...

How to get credit: demo in lab on Thurs; don't forget lab is available from 4-10!