you must have some ideas. Is this a bash script?
I assume you know how to do SQL queries.
you will design and implement a script that operates an ATM machine. Your script should be able to let users withdrawn money from their checkings or savings account, transfer money between accounts, and check the accounts' balances. Your sscript should also identify the user by its username and check the user's password before completing any operation.
2 answers
its just a bash script. we do have txt file with it which contains 3 usernames, passwords and their balances...the file is not suppose to get updated with balance...no SQL queries etc..Im new to this field so need some help with it. Thanks