Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withaarzoo/atm-system
This is a Java Program to Display the ATM Transaction. The user will choose from any one of the available options as input. Different cases using switch case have been provided for different operations like withdraw, deposit and check balance.
https://github.com/withaarzoo/atm-system
atmsystem java
Last synced: about 12 hours ago
JSON representation
This is a Java Program to Display the ATM Transaction. The user will choose from any one of the available options as input. Different cases using switch case have been provided for different operations like withdraw, deposit and check balance.
- Host: GitHub
- URL: https://github.com/withaarzoo/atm-system
- Owner: withaarzoo
- Created: 2022-07-06T14:01:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T03:25:21.000Z (over 2 years ago)
- Last Synced: 2023-12-30T18:51:51.986Z (11 months ago)
- Topics: atmsystem, java
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM-System
This is a Java Program to Display the ATM Transaction. The user will choose from any one of the available options as input. Different cases using switch case have been provided for different operations like withdraw, deposit and check balance.