Question: Write a function named isValidPassword that takes in a string and returns 1 if it stores a valid password and 0 otherwise, A valid password

Write a function named "isValidPassword" that takes in a string and returns 1 if it stores a valid password and 0 otherwise, A valid password must contain at least one lowercase letter, one uppercase letter, and at least one nonletter character. Example: if input string is Example: if input string is "Pass_word", function should return "1" "password", function should return "0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
