int i; for( i=0;i<10;i++ ) { loop body } int i=0; while (i<10){ loop body i++; }