Skip to content

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

PrashBytes/SimpleAtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The first ATM made in java in class

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages