Question
How to find duplicate word in string?
Write a code to find the duplicate words in a string.
input string = "Big black bug bit a big black dog on his big black nose"
output:
Duplicate words in a given string :
big
black
Write a code to find the duplicate words in a string.
input string = "Big black bug bit a big black dog on his big black nose"
output:
Duplicate words in a given string :
big
black
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.