Skip to content

konprtk/JAVA_ATM_SYSTEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JAVA_ATM_SYSTEM

Welcome to the Java ATM System project! This simple console-based ATM application allows users to perform various banking operations, including depositing money, withdrawing money, checking account balance, and changing their PIN.

Getting Started

To run this project on your local machine, follow these steps:

Method 1:

  1. Clone the repository to your local machine:

    git clone https://github.com/konprtk/JAVA_ATM_SYSTEM.git
    
  2. Navigate to the project directory:

    cd JAVA_ATM_SYSTEM
    
  3. Compile the Java source code:

    javac *.java
    
  4. Run the program:

    java Main
    

Method 2:

  1. Clone the repository to your local Machine:
    git clone https://github.com/konprtk/JAVA_ATM_SYSTEM.git
    
  2. Compile all 3 Java source code files:
    javac JAVA_ATM_SYSTEM/*.java
    
  3. Run the Program:
    java JAVA_ATM_SYSTEM.Main
    

Features

  • Deposit Amount: Allows users to deposit funds into their account.
  • Withdraw Amount: Enables users to withdraw money from their account.
  • Check Balance: Displays the current balance of the user's account.
  • Change PIN: Allows users to update their PIN for account security.

How to Use

  1. When you run the program, you'll be prompted to enter your name and PIN (3145).
  2. After successful authentication, you'll be presented with the main menu.
  3. Select the desired option (1-4) to perform the corresponding operation.
  4. Follow the prompts to complete the selected operation.
  5. You can exit the program by choosing the appropriate option in the main menu.

Contributing

Contributions are welcome! If you find any bugs or want to improve the project, feel free to create a pull request.

Contact

For any questions or suggestions, feel free to reach out to me:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages