0
Help me
How to solve this 👉 Input string TommyIsplayingInThehouseOftommyWithTommy Output 3 Here Tommy occur 3 time so o/p is 3 (case insensitive) Input codingIsfunCODINGisNotThatEasy output 2 Coding occur 2 times
2 ответов
+ 2
The task description is incomplete. Please clarify.
Give the complete task description, example input and output and LINK YOUR CODE ATTEMPT.
+ 1
No, "Tommy" only occur twice, unless you're doing case insensitive comparison.