Arrangements and Combinations · Basic Rules
Lesson 10
Problem. You are registering on a web service that asks you to create a secure password:
- the password must be eight or nine characters long;
- each character of the password must be a letter of the Latin alphabet (lowercase or uppercase) or a digit;
- the password must contain at least one digit.
4 points