+ 1
Programming challenge.
WAP to enter two sentences and print all common words in both the sentences. The same word should not be printed more than once. like String 1 : I am don the don is badman String 2 : The don is a good . output common words are The Don
3 Respuestas
+ 1
Add the removing of the non-alpha symbols.
https://code.sololearn.com/cXpwTc8iAikT/?ref=app
- 2
https://www.sololearn.com/discuss/1082512/?ref=app