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

C# Program for Duplicate Characters #130

Open humblerex 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"

humblerex avatar Oct 13 '19 08:10 humblerex