Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

Issue#130 : DuplicateCharacters.java

Open Reyano132 opened this issue 6 years ago • 0 comments

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"

Reyano132 avatar Oct 13 '19 06:10 Reyano132