C++ Program with constructor overloading to display the reverse of a number

C++ Program using constructor overloading to display the reverse of a number

Write a C++ Program to display the reverse of a number using the constructor overloading.

Output

Enter number to reverse: 569

The reverse of the Entered number: 965