Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 13 - No. 11)
In the provided algorithm for checking password length, what action is taken if the password does not meet the criteria?
The program continues.
An error is displayed.
A specific message is displayed to the user.
The algorithm stops.
Explanation
A specific message is displayed to the user.
Comments (0)
