Design a class to overload a function palindrome( ) as follows:
void palindrome(int n) with one integer argument and checks whether n is an palindrome number or not.
boolean palindrome(String s) with one String argument , checks whether s is an palindrome String or not and returns true or false.
Answers
Answered by
0
Answer:
hello friends
Explanation:
please mark me brainliest and follow me also...
Attachments:
Similar questions