/Java_ATM

Primary LanguageJava

cli- ATM Machine

This project was made as a mini-project for my JAVA class

It is an ATM-Machine simulator in Command Line showcasing basic CRUD functionality using OOP concepts

Steps to Use:

  1. Compile the program with 'javac' as keyword followed my class name. After compiling you will see a number of classes compiled with file extension '.class'

    Compile

For this ^ awesome shell greeter refer here

  1. Run the program with 'java' keyword followed by the main class name, here "Java_Project"

    Execute

  2. Start using

    (The default account credentials can be found on line 162 in main src, since you need a live account to access ATM)

    1

    Enter credentials

    2

    Deposit

    3

    Withdraw

    4

    Mini Statement

    5

    Feedback

    6