Write a simple flash card program which will –
- Load up flash cards from a file
- Pick one at random
- Display the word / idea
- Wait for a few seconds or for a key press.
- Then display the answer
- Offer a choice of 4 definitions at random (one is correct)
- Allow the user to guess the correct answer (a,b,c or d)
- Store scores for each keywords and display statistics once the player exits the program.

You need to log in or create an account to submit code!