Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Using the draw.

Using the draw.io site or a flowcharting tool of your choice, build 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. 

Class (IST 140) Flowchart for PasswordChecker (Level 1)

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question