Answer:
Yes. First fill azBuffer with characters, as above. Next use a for loop that compares pairs of characters starting at both ends of the buffer going in toward the middle.
End of Chapter
You have reached the end this chapter. Click on a subject that interests you to go to where it was discussed.
- charAt() method
- Class StringBuffer.
- Reversing a String using String
- Reversing a String using StringBuffer
- Palindromes.