Simulate the operations of an ATM machine. First, the customer is prompted to enter his personal identification number pin (for…
Simulate the operations of an ATM machine. First, the customer is prompted to enter his personal identification number pin (for this case study, we test only if this pin is formed by 4 digits, otherwise a message like “Invalid PIN, try again…” will be displayed) and the user is re-prompted to enter the pin. The customer is given three chances to enter his pin. If […]