I have a String like good and i want to find out the word pairs from that string such as oo and if String is success than out put should be cc ss without using any String's built in functions in java.
Is it possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Without any built-in method - no. But with just one or two - you can
I would prefer |
|||||||||
|
