Question: java Write a program called Password methods.java that uses mothods to check the strength of a password. Your program should reas an email address and
Write a program called Password methods.java that uses mothods to check the strength of a password. Your program should reas an email address and a password from the user. Your program should contain the following methods, but feel free to add more. isValidEmail(String email) returus true if the email ends with autop.edu", and false otherwise. ispassword Long (String password) returns true if the password contains at least s characters, and false otherwise contasuppercaselettor(String password) returns true if the password contains at least one upper case letter, and false otherwise contains lowercaseLetter(String password) returis true if the password contains at least one lower case totter and Falso otherwise Contams Digit(String password) - rcturus true if the password contains at least one doit, and falso otherwise, contas Special characterString password) returns truc if the password contains at least one special character or $), and also otherwise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
