https://github.com/shubham-sakunde/atm-machine
https://github.com/shubham-sakunde/atm-machine
java opps
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubham-sakunde/atm-machine
- Owner: Shubham-sakunde
- Created: 2024-01-21T10:47:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:06:47.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:29:18.607Z (5 months ago)
- Topics: java, opps
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---