Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
Count the Number of Duplicate Characters
Take a String that returns the amount of duplicate characters in a string. It will be case sensitive and spaces are included. If there are no duplicates, return 0.
Notes
Make sure to only start counting the second time a character appears.
Code :
Hello World!
Total :
0 Discussion
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment