Internal plan
This assignment tests your ability to plan a program before you write it.
Your assignment is to plan the internal structure of a program that counts coins.
Answer the following planning questions, in English (you can use a little Geek if you wish, but not VB):
- How many event handlers will you write?
- List the events your program must handle.
- One event is the user clicking on the button that says "Penny" -- what does the program do when that event occurs?
- How many variables will you create?
- List the name, data type and initial value of each variable.
- Determine whether each of your variables needs to be local or global.