ATM Simulation Program
This Java program simulates basic ATM functionalities such as checking balance, withdrawing money, and depositing money. Users are prompted to enter their PIN to access the ATM services.
Usage:
- Run the
ATMmachine.java
file to start the program. - Follow the prompts to enter the PIN and navigate through the ATM menu options.
- Select the desired action by entering the corresponding option number.
Features:
- PIN Verification: Users must enter the correct PIN to access the ATM services.
- Menu Navigation: Users can select from options to check balance, withdraw money, deposit money, or exit.
- Balance Checking: Allows users to check the current account balance.
- Money Withdrawal: Enables users to withdraw money from their account, ensuring sufficient balance.
- Money Deposit: Facilitates depositing money into the account.
Requirements:
- Java Development Kit (JDK) installed on your system.
- Text editor or Integrated Development Environment (IDE) to view and edit the source code.
Instructions:
- Open the
ATMmachine.java
file in a Java-supported IDE or text editor. - Compile and run the program.
- Follow the on-screen instructions to interact with the ATM simulation.
Notes:
- The default PIN is set to
xxxx
. You can modify it within theATM
class. - The account balance starts at
0.0
and can be updated through deposit and withdrawal operations.
Author:
Vivek Kumar **Contact: 7065164927 **
[email protected] Feel free to modify and enhance the program according to your needs!