Write an application that accepts a users password from the keyboard. When the entered password is less then six characters more then 10 characters, or does not contain at lease one letter and one digit, prompt the user again. When the users entry meets all the password requirements, prompt the user to reenter the password and do not let the user continue until the second password matches the first one. Save the file as password.java
Ads