Help for this page
for(int a = 0; a<10; a++) { printf("%d\n",a); }
{ int a = 0; ... printf("%d\n",a); a++; }
{ int a = 0; ... printf("%d\n",a); } }