https://github.com/tejasmohite96/atm
"This is a basic ATM simulation program implemented in Java."
https://github.com/tejasmohite96/atm
account-management atm atm-simulation banking-applications java java-project optionmenu
Last synced: 3 months ago
JSON representation
"This is a basic ATM simulation program implemented in Java."
- Host: GitHub
- URL: https://github.com/tejasmohite96/atm
- Owner: tejasmohite96
- Created: 2024-12-28T14:59:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T10:59:37.000Z (4 months ago)
- Last Synced: 2025-02-08T11:36:07.121Z (4 months ago)
- Topics: account-management, atm, atm-simulation, banking-applications, java, java-project, optionmenu
- Language: Java
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple ATM Project in Java
This is a basic ATM simulation program implemented in Java. It demonstrates fundamental programming concepts such as conditional statements, loops, object-oriented programming, and file handling. The project is designed for beginners to understand how an ATM system works on a basic level.
## Features
- **User Authentication**: Simulates a login system with a PIN.
- **Account Balance Check**: View the current account balance.
- **Deposit Money**: Add funds to the account.
- **Withdraw Money**: Withdraw funds from the account with sufficient balance checks.
- **Exit**: Exit the application safely.## Technologies Used
- Java (Core)
- Basic Console Input/Output## How to Run
1. Clone the repository.
2. Open the project in your favorite Java IDE (e.g., IntelliJ, Eclipse, etc.).
3. Compile and run the `ATM.java` file.
4. Follow the instructions displayed on the console.## Output Screenshot

