Computer Science, asked by queensbknight, 11 months ago


Reverse except last two digits
Given a number 'n' write a python code to find the number that formed by reversing all digits except last two digits. For example, if the number 'n is 12789 then the output should be 721 and if the number is 896545090 then output should be
545698.

Answers

Answered by AdityaRaj200419
0

Answer:

Explanation:

I don't kno, help me plz

Similar questions