Computer Science, asked by Merry631, 5 months ago

Write a TCP program to check whether the string is palindrome or not in JAVA?

Answers

Answered by Anonymous
0

Answer:

==>> An interesting problem that can be easily solved using the deque data structure is the classic palindrome problem. A palindrome is a string that reads the same forward and backward, for example, radar, toot, and madam.

Similar questions