Posts by Thiago Rodrigues Sales • 26 points
1 post
-
1
votes2
answers1269
viewsA: ATM simulator
I gave an improved code, enabled the functions that were missing, as balance and deposit. var opcao, vl_saq; var saldo = 0; var min = 0; var max = 2000; var deposito = 0; do { opcao =…