Introduction
In this lab, we will learn how to check whether any number is Palindrome or not, we will write a C++ Program to check that. A palindrome number is a number that is the same after the reverse. For example, 121, 34543, 343, 131, 48984 are the palindrome numbers.