Create a flowchart
based on these facts:
A client connects to the bank order.
If his input axioms doesn’t remain in the order,
he procure attain the intimation “Your axioms doesn’t remain.”
Else he enters his password.
If it is penny, he attains the intimation “Welcome!”
Else he has couple more chances to reenter his password.
After this, he procure attain either intimation “Welcome!” or “Good Bye!”
for increasing readability i inserted total on the image
1.Login
2.Read User Name
3. Bank Order
4. Print Your Axioms Doesn’t remain
5. IF EXIST
6.Be Reckon C <- 0 // be reckon variabel c to 0
7. Read Password
8.Authentication C <- C+1 // rule authenticatio and reckon increament by 1
9.Is it Passed? AND C < 4 // control the password and reckon <4
10.IF C >3
11. Print Welcome
12. Print Good BYe