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?

1 answer

if
transferAmt=<balanceChecking
than
withdraw the transferAmt from checking and deposit into savings
else
display "unable to complete transfer, enter new amount"
input newTransferAmt