Greetings all~

I'm new to asp.net and wanted to know how I do the following:

"Automated Teller Machine"

-Create a program with a user interface similar to the calculator(I did this 
one already) example.
   e.g. Buttons, Labels, Check-box, List, Panels.

-Create a separate panel to enter the initial balance.

-Create an ATM "Class" (Name it ATMClass) to represent each ATM, with the 
following Methods and
  Properties:

    Initial Balance for Saving and Checking (Properties)
    Withdraw Cash (Method)
    Quick withdrawal from checking - $40 (Method)
    Deposit (Method)
    Check Balance (Method)
    Close Account (Clears Balances and disables all Buttons) (Method)



Reply via email to