An open API service indexing awesome lists of open source software.

https://github.com/shubham-sakunde/atm-machine


https://github.com/shubham-sakunde/atm-machine

java opps

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ATM-Machine
This Java ATM Machine project is a console-based application that simulates the functionality of an Automated Teller Machine (ATM). Users can perform standard banking operations, including checking account balance, depositing funds, withdrawing cash, and exit from current procedure. The project utilizes object-oriented principles

---

## Features
- **User Authentication:** Secure login system for users to access their accounts.
- **Account Balance Inquiry:** Users can check their account balance at any time.
- **Deposit Funds:** Capability to deposit funds into the user's account.
- **Withdraw Cash:** Ability to withdraw cash from the user's account.
- **Object-Oriented Design:** Utilizes object-oriented principles for efficient code organization and maintenance.

## Usage
- Upon running the application, follow the on-screen prompts to navigate through the various functionalities.
- Input the requested information such as account number, PIN, amount to deposit/withdraw, etc., as directed by the application.

---