The first ATM made in java in class
-
Couldn't load subscription status.
- Fork 0
This program simulates a basic ATM machine using Java Swing's JOptionPane dialogs. It verifies the user's PIN and provides a menu with options to check balance, deposit money, withdraw funds, or exit. The account starts with a fixed balance of $500 and updates dynamically based on user inputs. It checks for invalid amounts and insufficient funds
Couldn't load subscription status.
PrashBytes/SimpleAtm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This program simulates a basic ATM machine using Java Swing's JOptionPane dialogs. It verifies the user's PIN and provides a menu with options to check balance, deposit money, withdraw funds, or exit. The account starts with a fixed balance of $500 and updates dynamically based on user inputs. It checks for invalid amounts and insufficient funds