Write a program that reads a two-digit positive integer and displays its reverse.
Sample Input:
62
Sample Output:
26
References: C From Theory