Write a program which asks for a integer from the user.

b) Write a program which asks for a integer from the user. It reverses the integer and prints “same” if after reversal the number is same as old number otherwise it prints “not same”.


Leave a Reply