- 12521 Exercise Objectives Working With Recursive Function 12521 Is Palindrome Problem Description Check If A Number 1 (28.59 KiB) Viewed 13 times
12521 Exercise Objectives ✓ Working with recursive function, 12521 is palindrome Problem Description . Check if a number
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
12521 Exercise Objectives ✓ Working with recursive function, 12521 is palindrome Problem Description . Check if a number
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