โ Back to If Statements
Question 261
Login Lockout
Login Lockout
Read the number of failed login attempts (an integer) withscanf. If it is3or more, print exactly: Account locked Otherwise print exactly: Try again No trailing newline. For input3the output isAccount locked; for input1the output isTry again.
Expected Output:
Account locked
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.