You are on page 1of 1

CS 322 Project

1. This project is by group.


2. A group should be composed of a maximum of 5 members.
3. Submission of the project will be on or before March 25, 2014.
4. Your document should have a front page containing the course number and description, names of t
he group members, name of the instructor and date of submission.
5. Your document should be printed in a long-sized bond paper.
6. Document texts should be Arial size 11, single-spaced.
7. The content of your document should be the source code of the program and the screenshots of the r
unning program.
8. Program Specifications:
a. An ATM Program that lets a user do any of the following transactions:
a.1. Balance I nquiry
a.2. Withdraw
a.3. Change Pin
a.4. Deposit
b. An Error Message will appear if:
b.1. User enters a wrong password
b.2. User withdraws more than the Account Balance
b.3. User withdraws less than 100 Pesos
b.4. User deposits less than 100 Pesos
b.5. User enters a pin not identical to the old pin in the Change Pin transaction.
c.Output of Balance I nquiry, Withdraw and Deposit transactions should be like the receipt of an AT
M.
d. Program will prompt the user if he/she wants to do another transaction after one transaction is d
one

You might also like