Question: Create a program called Program 4 A 3 that will do the following: Ask the user to enter a password Make sure the password meets
Create a program called ProgramA that will do the following:
Ask the user to enter a password
Make sure the password meets the following requirements:
It must be at least characters long
It must have at least one number in it
It must have at least one of the following characters: &$
Print a statement saying if the password meets the requirements or not, and which requirement is not met if there's a problem.
Hint you may want to use the in function to check for the numeric digits and symbol requirements. Also, when checking for digits, put them in single quotes, like
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
