I'm writing a program in Java. They say to not use String
functions - so how can I get characters in a String
using the index but not using charAt()
?
other question has answer but they all are using charAt()
I also want to get characters one by one using a loop.