import java.util.* ; class LouisePassword { public static void main(String args[]) { String numbers = "0123456789" ; String lower_case = "abcdefghijklmnopqrstuvwxyz" ; String upper_case = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ; String special_characters = "!@#$%^&*()-+" ; HashSet no = new HashSet() ; HashSet loca = new HashSet() ; HashSet upca = new HashSet() ; HashSet spca = new HashSet() ; for(int i=0;i