0
Steps on how to with draw money from ATM, under programing process I just want to know the particular step I missed
Pls am having this challenge on how to write this steps under computer programming
2 Réponses
+ 1
insert card
validate pin
enter amount to withdraw
if amount <= account balance and amount <= ATM limit
then dispense cash and reduce balance
else output error message
return card
+ 1
ok i tried it ur good thanks