Question: Create a separate private helper method for each of the following cases. Each private helper method must accept a String as a parameter and return
Create a separate private helper method for each of the following cases. Each private helper method must accept a String as a parameter and return true or false depending on whether the String parameter:
i. contains at least one capital (upper case) letter (A, B, C, ..., X, Y, Z) ii. contains at least one lower case letter (a, b, c, ..., x, y, z)
iii. contains at least one number (0, 1, 2, 3, ..., 8, 9) iv. contains at least one special character (one of ! # $ % & ( ) or * )
v. is at least 8 characters long and no more than 10 characters long.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
