This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Simple quiz game. | |
* | |
* by Evan Raskob | |
* UCA CGA, Farnham | |
* | |
* The Arena, 2012. Week 5+ | |
* | |
* Your first task is to add the code to make questions 2 and 3 work. Have a look | |
* at how question 1 is implemented. Draw a diagram of the program to help yourself visualise it. |
NewerOlder