A length Of at least 8 characters • At least 1 uppercase letter • At least 2 numbers • At least 1 symbol Write a method that determines if a password is valid or not. If it is, return true, if not,...


Use java program to write a method for having a user enter a password


A length Of at least 8 characters<br>• At least 1 uppercase letter<br>• At least 2 numbers<br>• At least 1 symbol<br>Write a method that determines if a password is valid or not. If it is,<br>return true, if not, return false. Use Scanner in the main header to get<br>a word from the user to test out your method. If the password is not<br>valid, make the user try again. They should keep trying until they<br>enter a valid password (use a while loop).<br>

Extracted text: A length Of at least 8 characters • At least 1 uppercase letter • At least 2 numbers • At least 1 symbol Write a method that determines if a password is valid or not. If it is, return true, if not, return false. Use Scanner in the main header to get a word from the user to test out your method. If the password is not valid, make the user try again. They should keep trying until they enter a valid password (use a while loop).

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here