Using the drawio site or a flowcharting tool of your choice


Using the draw.io site or a flowcharting tool of your choice, build a flowchart that models a complete Java program called PasswordChecker that gets a String from the user at the command line and checks whether the String, called inputPassword, conforms to the password policy. The flowchart should be sufficiently detailed and follow the standards we've showcased in our course.

The password policy is:

  • Must be 3 characters in length
  • Must include at least one uppercase character
  • Must 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.  Please try again".  A loop is not needed for this program.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Using the drawio site or a flowcharting tool of your choice
Reference No:- TGS02183309

Now Priced at $30 (50% Discount)

Recommended (97%)

Rated (4.9/5)