Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.81 KB

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