PasswordChecker Java program
Question I am currently compiling a PasswordChecker Java program.The program has three rules: 1. must have 3 characters. 2. must have at least 1 UPPERCASE letter. 3. must have at least 1 lowercase letter. The program executes the first system.out.print but the program fails when I put in 3 characters w/1uppercase & 1digit. I can’t […]