Question: FOR JAVA: Summary: Write a program to assess password stringency. The solution should be named Password.java. Include these steps: Write an application that provides the

FOR JAVA:

Summary: Write a program to assess password stringency.

  • The solution should be named Password.java.
  • Include these steps:
    • Write an application that provides the criteria for a strong password, and accepts a user's password from an input dialog box.
    • If the entered password is less than six characters, more than 10 characters, or does not contain at least one uppercase letter and one digit, prompt the user to enter again.
    • When the user's 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.
  • Run your program until it works and the output looks nice.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!