Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 446 Bytes

ATM-Machine

A miniproject on implementing operations of ATM Machine which includes Deposit, withdraw of amount and balance enquiry of an account using C.

Features

Since it is an ATM Machine. Initially I declared some of the accounts and initialized the amount to zero. And doing following operations on that account.

  1. Deposit

  2. Withdrawal

  3. Balance Enquiry

Modules

  1. Validation

  2. Deposit

  3. Withdrawal

  4. Balance Enquiry