0
How can u creat a program that ill act like an ATM
this program shod be able to keep records of customer Ballance and be able to facilitate redraws and then give balance
1 Antwort
+ 1
If you only want to have some simulated ATM machine you can create it with any language, if you want it to have a UI though, web is the way to go, HTML, CSS + JavaScript for the UI, and PHP + MySQL for data.
If you want to play around with web that utilizes database you will be better off doing it in your PC/Laptop, you can download and install xampp package and you're good to go :)
[XAMPP Download page]
https://www.apachefriends.org/download.html
Hth, cmiiw