Q5 A five-digit number is entered through the keyboard. Write a program to obtain the reversed number and to determine whether the original and reversed numbers are equal or not.
Program: 73
A five-digit number is entered through the keyboard. Write a program to obtain the reversed number and to determine whether the original and reversed numbers are equal or not.
Output:
Enter a number: 12321 Reversed Number of 12321 is 12321 Input Number 12321 & Reversed Number 12321 are equal
plz share in c++ this program