Let n=akak-1ak-2…a1a0 be an integer and t=a0-a1 + a2……+(-1)k ak. it is known that n is divisible
by 11 if only if ( t) is divisible by 11. For example, suppose that n=8784204, then t=(4-0)+(2-
4)+(8-7)+8 and equal to 11 and it is divisible by 11. Write a program that prompts the user to
enter a positive integer number and then uses this criterion to determine whether the number is
divisible by 11.