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 Program4A3 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 8 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 '0'.)
 Create a program called Program4A3 that will do the following: Ask

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!