Help me In a c++ Program

aamer2008

Recruit
Plz any body made this program and send me as soon as.
I m trying many time to make this parogram but i failed. So my friend plz plz made this and send me in my ID. My ID is
aamer_pk87@hotmail.com
aamer_pk87@yahoo.com
My Program is

Project Title: ATM Counter
Project Description:
This program is supposed to simulate a ATM Counter of Virtual Bank Ltd.Using this program customer will be able to perform various transactions (Transactions types) such as
·1 Withdrawals
·2 Deposits
·3 Balance Enquiry
·4 Generate a Mini Statement
A new user account can also be created using this program.
Features:
The ATM Counter program should have the following features
1. The ATM counter screen should ask for the following inputs for registered customers.
·1 Account number
·2 Password
·3 Transaction type
·4 Amount
2. The transaction should be processed only for already registered customers
3. New customer can also be registered using ATM counter. The ATM counter screen should ask for the following inputs from customers for opening a new account
·1 Account Number
·2 Password
·3 Opening Balance
The opening balance entered by customer should not be less than 500.If it is, the message “The minimum opening balance must be 500 or more” should be displayed. The record should be entered in ATM File.
4-If transaction type entered by user is “Withdrawal” the program should first check whether there is sufficient balance in customer’s account. If not, an error message should be displayed. Alternatively a message showing the net balance amount should be displayed, as “Your balance is _________.”
5. If selected transaction is “Deposit” the net balance should be displayed.
6. if “Balance Enquiry option is selected , a message showing the current balance is displayed
7. If Transaction type is Mini Statement then account detail should be displayed
After every transaction the customer account should be updated
 
Back
Top