Asked by Amrita

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.

Answers

Answered by Steve
you must have some ideas. Is this a bash script?

I assume you know how to do SQL queries.
Answered by Amrita
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
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions