Write any number of seven digits . Write another number by reversing the digits. Find which of the two numbers is greater.
Answers
Answered by
1
there may be two cases
• if digits of no are same then both numbers are equal.
eg; 9999999
by reversing the digits
9999999
• Second case if digits of number are unequal then one number is greater than the other.
eg; 1234567
by reversing the digits
7654321
now 7654321>1234567
Similar questions