Maya learnt a concept that a number is divisible by 11 if the difference between the sums of the digits in odd and even places respectively is 0 or a multiple of 11. She wants to check whether this concept is true. Help her verify the validity of that statement.
Given a number ranging from digits 1-100, find whether it is divisible by 11 using the above concept.