subject

Having a secure password is a very important practice, when much of our information is stored online. Write a program that validates a new password, following these rules: The password must be at least 8 characters long. The password must have at least one uppercase and one lowercase letter The password must have at least one digit. Write a program that asks for a password, then asks again to confirm it. Next, write a method: public static void check(String pw1, String pw2) If the passwords don’t match or the rules above are not fulfilled, print a message that the password is not valid. Here are some tips for checking the password: Use .equals() to compare two strings Use a loop to check each character of the password. In the loop, use Character. isDigit() to check if a character is a digit or not. Use Character. isUpperCase(nextChar) and Character. isLowerCase(nextChar) to check if a character is upper or lower case (where nextChar is the next current character in your password string). You could use flag variables to set if a digit, upper, and lowercase letter are found.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
When jen is planning to upgrade to a monitor with a better resolution, what should she be looking for in the new monitor?
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Adrawing that places all lines parallel to the z axis at an angle from the horizon is 99 ! a. an oblique drawing b. a perspective drawing c. an auxiliary view d. a one-point perspective drawing
Answers: 2
question
Computers and Technology, 24.06.2019 19:00
Which of the following "invisible" marks represents an inserted tab?
Answers: 1
question
Computers and Technology, 25.06.2019 08:20
E-commerce builds on traditional commerce by adding the flexibility that networks offer and the availability of the internet. - true or false
Answers: 1
You know the right answer?
Having a secure password is a very important practice, when much of our information is stored online...
Questions
question
Chemistry, 01.07.2020 15:01
Questions on the website: 13722363