โ Back to If Statements
Question 346
Login Attempt Lock (Input)
Login Attempt Lock (Input)
Read anintcalledattempts(the number of failed login attempts) from standard input. Ifattempts >= 3, printAccount locked. Otherwise printAttempts remaining: <n>where<n>is3 - attempts. For the input3the output is: Account locked For the input1the output is: Attempts remaining: 2
Expected Output:
Account locked
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.