The following codes deliver the basic program structure to run a hangman game.
This codes demonstrate the use of the followings:
1) variable declaration
a. integer
b. string
c. array
2) control structure
a. IF ... ELSE
b. FOR ...
c. DO ... WHILE
3) Functions
a. Function Declaration
b. Function Calls
c. Function Returns
1 comment:
hi. thanks for the link. was quite interesting.
hangman word game
Post a Comment