Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 15)
In the provided algorithm, what is used to determine whether the password length is acceptable?
The `PasswordLength` is equal to eight characters.
The algorithm checks for a specific character.
The `PasswordLength` is not equal to eight characters.
The algorithm displays the password length.
Explanation
The IF statement checks for the NOT EQUAL TO length condition
Comments (0)
