I\'m having problem figuring out how to check from users input letters that were repeated. Program needs to output repeated letter as true and if there isn\'t any then as false.
Try this :
String username ; char[] x = username.toCharArray(); boolean duplicates=false; for (j=0;j