Skip to content

This is a simple Java program that simulates basic ATM operations like balance inquiry, deposits, withdrawals, and PIN change.

Notifications You must be signed in to change notification settings

hariharan241a/ATM-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ATM Simulation Program

This is a simple Java program that simulates basic ATM operations like balance inquiry, deposits, withdrawals, and PIN change.

Features

  • Check Balance
  • Deposit Money
  • Withdraw Cash
  • Change PIN

How to Run

  1. Make sure you have Java installed on your computer.
  2. Download the ATM.java file.
  3. Compile the program: javac ATM.java

Example

Please select ID: 1. DOMESTIC, 2. INTERNATIONAL
1
Welcome to HDFC Bank, Hariharan
Enter Your PIN: 2002
Please select a transaction:
1. Balance Inquiry
2. Deposit
3. Cash Withdrawal
4. PIN Change
1
Your balance is: ₹5000

Customization

private String name = "YourName";
private int PIN = 1234;
private int balance = 10000;

License

This project is open-source and free to use.

This simplified version removes some of the technical details and keeps the instructions clear and concise.

About

This is a simple Java program that simulates basic ATM operations like balance inquiry, deposits, withdrawals, and PIN change.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages