Question: Write the function named isGoodPass that will return true when the given string would make a good password. A good password must have At least
Write the function named isGoodPass that will return true when the given string would make a good password.
A good password must have
- At least 5 characters
- At least one lower case letter
- At least one number
- At least one of these special characters: !, #, %
code in c++ please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
