void main()
{

int a,b,i=0;

printf("Enter the number: ");
scanf("%d",&a);

while(i<11)
{