Page 1 of 1

12521 Exercise Objectives ✓ Working with recursive function, 12521 is palindrome Problem Description . Check if a number

Posted: Fri May 20, 2022 6:24 pm
by answerhappygod
12521 Exercise Objectives Working With Recursive Function 12521 Is Palindrome Problem Description Check If A Number 1
12521 Exercise Objectives Working With Recursive Function 12521 Is Palindrome Problem Description Check If A Number 1 (28.59 KiB) Viewed 15 times
12521 Exercise Objectives ✓ Working with recursive function, 12521 is palindrome Problem Description . Check if a number is palindrome or not. Problem Description Open Code Block IDE, create a new project Use this project to: o Create a recursive function that finds it a number is palindrome or not(return true or false). A palindromic number is a number (such as 16461) that remains the same when its digits are reversed. In the main function asks the user to enter a number then check if it's palindrome or not using the function you created previously Sample Output Exercise 2 Enter Number Please