Program to give first non-repeated character in string?
Anonymous
public class NonRepeateChar { public static void main(String[] args) { HashMap hmap = new HashMap(); String s="ccdctdcdg"; char[] c = s.toCharArray(); for(int i=0;i
Check out your Company Bowl for anonymous work chats.