Computer Science, asked by vsurya7654, 2 months ago

Given two integers M and N, write a program to count of the numbers which have the same first and last digits in the given range M to N (inclusive of M and N).

Answers

Answered by shubham829244
1

Answer:

Hello mate, I'm just giving you the hint to solve the problem. You can just use the hint and try yourself.

Explanation:

Hint : The number which has same first and last digit in between 0 to 100 will be divisible by 11 .

Similar questions