+ 1
How to get the next character of any string in one loop...e.g..there is a string "javalearn" how to get j n simultaneously a
2 Réponses
0
thnx dear..i was trying charAt(counter+1) but it was throwing exception StringArrayOutOfBoundsException
0
what if i want "ja" at a time..ur pgm is showing one by one character of a string