7) int j; for(j=0; j>-1; j++) printf ("*"); I 8) The following code should output the odd integers from 20 to 1: int x=2
Posted: Mon Jun 06, 2022 5:11 pm
identify and correct the syntax and logical errors in each
7) int j; for(j=0; j>-1; j++) printf ("*"); I 8) The following code should output the odd integers from 20 to 1: int x=20; do { printf("%d ",x); x=+2; }wihle (x => 0); …………………………. MMM
7) int j; for(j=0; j>-1; j++) printf ("*"); I 8) The following code should output the odd integers from 20 to 1: int x=20; do { printf("%d ",x); x=+2; }wihle (x => 0); …………………………. MMM