ACCTNUM ACCTNO
8.5
Basic
' initialize all variables
Idx = 0
Total = 0
Done = False
...
'lots of code using Idx and Total
...
'code using Done
while not Done
...
8.5
Basic
' initialize all variables
Idx = 0
Total = 0
Done = False
...
'lots of code using Idx and Total
...
'code using Done
while not Done
...