Write pseudocode for the algorithm shown in the flow chart b
Write pseudocode for the algorithm shown in the flow chart below:
Solution
Pseudocode:
Begin Transaction
Teller ask for DL and ATM
if (DL is valid) then
if (ATM card is valid) then
Give cash
End transaction
End if
else Request reject
else
Request reject
End transaction
