Page 1 of 1

1. Predict the output of this program fragment: p#227 i=0; while (i <=5){ printf("%3d%3d\n", i, 10 - i); i=i+1; }

Posted: Fri May 20, 2022 6:04 pm
by answerhappygod
1 Predict The Output Of This Program Fragment P 227 I 0 While I 5 Printf 3d 3d N I 10 I I I 1 1
1 Predict The Output Of This Program Fragment P 227 I 0 While I 5 Printf 3d 3d N I 10 I I I 1 1 (11.61 KiB) Viewed 27 times
1. Predict the output of this program fragment: p#227 i=0; while (i <=5){ printf("%3d%3d\n", i, 10 - i); i=i+1; }