Question: Write an application that accepts a users password from the keyboard. When the entered password has fewer than six characters, more than 10 characters, or
Write an application that accepts a users password from the keyboard. When the entered password has fewer than six characters, more than 10 characters, or does not contain at least 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. Again, dont forget to create the application/project PasswordTest.java Class that has the main method and an object to use the Password class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
