Question: O need this code with the main and the function asked :) Write a function to validate a password. The software requires that users' passwords
Write a function to validate a password. The software requires that users' passwords meet the following criteria: The password should be at least 10 characters long up to a maximum of 16 characters long. The password should contain at least 4 letters (at least 2 uppercase letters). The password should have at least one digit The password should have a least 3 symbols (e.g. #.%, etc.). . The function should receive a password from user and then verifies that it meets the stated criteria. If it doesn't, the program should display message telling the user why doesn't meet the stated criteria. Demonstrate it in a complete program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
