How can u creat a program that ill act like an ATM | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

19th Nov 2017, 2:05 PM
james Vega
james Vega - avatar
1 Answer
+ 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
19th Nov 2017, 3:57 PM
Ipang