The Last Program


Your goal is to make a progam that keep a stack.  If the user presses a key you should add a plate with that number to the top of the stack.  When the user presses the space key the top plate is removed from the stack.

THIS USES GRAPHICS!  YOU MUST USE A LINKED LIST!


1 - Has a linked list
1 - Can add to top
1 - Can delete from the top
1 - Keypresses are detected
3 - Draws to the screen
1 - In by Wed April 26th

the Drop Dead Date is the last day of class at 4:30pm (unless you have a GOOD excuse).






Stack of Plates