Java-Jet
                                
                                
                                
                                    Java-Jet copied to clipboard
                            
                            
                            
                        Duplicate Characters
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"
Hey @ShivangiSingh17 , I created PR for this issue. Here https://github.com/ShivangiSingh17/Java-Jet/pull/135
I created PR for this issue. #139