Consider integar n=akak-1ak-2...a1a0, and integar t=a0-a1+a2-....(-1)ak. Assume n=8784204 then t=4-0+2-4+8-7+8=11 which is divisible by 11 then number 8784204 is also divisible by 11, write down the program which prompts user to enter positive integar and then uses criterion to find out whether number is divisible by 11.