dhvakr / Atm-Machine-Code

Repo contains the code of the ATM Machine operations in Core Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATM-MACHINE-CODE

License: MIT GitHub issues made-with-java Maintenance

This contain code of ATM Machine in Core_JAVA, works with the below given credential's

     Account Number : 73974994 , PIN : 6300
     Account Number : 94793113 , PIN : 7410
     Account Number : 45101100 , PIN : 8520
     Account Number : 16345225 , PIN : 9630

/> You can also add your preferred credentials to test the code

     1.> - Navigate to Menu class 
     2.> - In line 22, change values inside " data.put(xxxxxxx,xxxxx) " or create one new entry ~ as you wish
        
     NOTE : It only allows in range of 10 digit

TO-CONTRIBUTE :

Clone Repo :
        https://github.com/dhvakr/Atm-Machine-Code.git

Found any bug !? Please create an issue, before making Pull Request


LICENSE ?

Distributed under the MIT License. See LICENSE for more information.


REMEMBER :

  • All currency is in USD $.
  • Currently supports deposits, withdrawals and balance inquiries
  • Your Initial balance is Always Zero(0), " Do Deposit some amount before withdrawing amount "
  • Carefull when modifying variables, may cause errors"
  • You're Good to go ♥

Contact :

Twitter : @dhvakr

Feel free to provide ur feedback of my code ,Thank u

About

Repo contains the code of the ATM Machine operations in Core Java

License:MIT License


Languages

Language:Java 100.0%