Question: Using C - sharp, Design an interface and write a code that checks whether an input string is a valid password. The password must be
Using Csharp, Design an interface and write a code that checks whether an input string is a valid password. The password must be checked basing on the following rules:
Password rules:
A password must have at least ten characters.
A password consists of only letters and digits.
A password must contain at least two digits.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
