Asked by Ryan

How do I write case logic pseudocode and visual logic nested if-then-else flow charts for atm check balances, making remote photo capture check deposits, and perform balance transfers?

Answers

Answered by charlene
if
transferAmt=<balanceChecking
than
withdraw the transferAmt from checking and deposit into savings
else
display "unable to complete transfer, enter new amount"
input newTransferAmt
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions