/* ifsij.c */ #include int main(void) { int a = 5; if ( a < 5 ) { { a = 6; } { a++; } } do a--; while (a>0); return 0; }