Question: Create a new Java application called PasswordChecker (without the quotation marks) that gets a String of a single word from the user at the command

 Create a new Java application called "PasswordChecker" (without the quotation marks)

Create a new Java application called "PasswordChecker" (without the quotation marks) that gets a String of a single word from the user at the command line and checks whether the String, called inputPassword, conforms to the following password policy. The password must: Be 3 characters in length Include at least one uppercase character Include at least one digit If the password conforms to the policy, output "The provided password is valid." Otherwise, output "The provided password is invalid because XXX. Please try again." Where XXX is a descriptive message about why the password was not accepted (i.e. which one of the three validations it did not satisfy).A loop is not needed for this program

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!