Question: Write a program that performs security control of a password entered from the keyboard. Control function, security For a password that does not comply with
Write a program that performs security control of a password entered from the keyboard. Control function, security For a password that does not comply with the terms and conditions, it should write the conditions on the screen and return false. Opposite otherwise it should return true. In order for the password to pass the security check, it must meet the following conditions. required. It must have a minimum of 8 and a maximum of 16 characters. There must be at least one number. There must be both uppercase and lowercase letters. % and! At least one of the characters must be found. There should be no special characters other than these.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
