Santiago Canyon College
Visual Basic 105
PROJECT 3: Automated Teller Machine
(ATM)
Documentation &
Specifications
Updated
for Fall 2008
Description
You are
going to design an ATM project. The customer needs to be able to enter a PIN, and then make a deposit,
withdrawal, or get Fast Cash.
Here are
the minimum requirements for full credit
(30 Pts)
- Provide a way to enter the PIN and terminate the program if
they enter the wrong PIN more than 3 times.
- Provide data entry for deposits/withdrawals.
- Your program must validate
the data they enter.
- All currency data must be
formatted correctly showing dollars and cents.
- Provide a way to end the
program.
Specific
Tips
- Make sure the customer can’t
do anything until they enter the correct PIN.
- Include a way to end your
program and ask the customer if they really want to end.
- Make sure you label the
things on the screen so it is obvious to the customer how to run and
interact with your program.
- Make your input form nice to
look at. Experiment with different background colors and fonts. Remember
to include an appropriate title for your form so it looks nice on screen.
- The program should start up
in the center of the screen.
- The tab order should be set
appropriately.
- Please include comments in
your code and make sure you include a title and date of creation and any
other stuff you want me to know about how your program works. If you are
not sure, ask me about this.
DUE
DATE
This
project is due week 16 which will also be the day of your final exam. Please do not wait until the
last minute to start this because it has a bunch of parts. Even if you do not
finish it on time, turn in what you have for partial credit.