الأخيرة اسيا التكنولوجيا Chn Lab Exercises Exercise 1 Exercise Objectives ✓ Working with recursive function. Problem Des
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
الأخيرة اسيا التكنولوجيا Chn Lab Exercises Exercise 1 Exercise Objectives ✓ Working with recursive function. Problem Des
الأخيرة اسيا التكنولوجيا Chn Lab Exercises Exercise 1 Exercise Objectives ✓ Working with recursive function. Problem Description • Check if a number is palindrome or not. Problem Description Open Code Block IDE, create a new project. Use this project to: Create a recursive function that finds if 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 o Sample Output Enter Number Please 12521 12521 is palindrome