Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 7 - No. 38)

In the provided algorithm example of validating a password length, what is the result if the password is less than 8 characters?
The program continues.
The password is automatically accepted.
The algorithm reports an error to the user.
The algorithm will skip to the last case.

Explanation

The algorithm will report an error.

Comments (0)

Advertisement