Java-Jet
Java-Jet copied to clipboard
Issue#130 : DuplicateCharacters.java
Write a program to find repeated characters in a String. For example, if given input to the program is "Monitor", it should print all duplicates characters, i.e. characters appear more than once in String and their count e.g. o = 2 because character 'o' has appeared twice in String "Monitor"