Question: Exercise 3: Design and implement a Java program for programming exercise 6.3, page 234 (name it PalindromeInteger), to check if an integer value is a
Exercise 3: Design and implement a Java program for programming exercise 6.3, page 234 (name it PalindromeInteger), to check if an integer value is a palindrome or not, using 2 methods (reverse() and isPalindrome ()) specified in the problem statement. Follow the instructions in the problem statement and include the entered number and the verdict in the output. (NOTE: The method reverse() must be able to accurately return the reverse of any value of type int.) Design the main method (all input and output is handled by the main method) of your program such that it allows the user to re-run the program with different inputs G.e., use a loop structure). Document your code and organize and space the outputs properly using appropriate formatting techniques
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
