int a; int b; int c; int d; int e; int f; int i; int g; b=e; d=i; while(i>10) { i++; if(f>10) { a=g; } d=c; } a=d; printf("%d",a);