Page 1 of 1

Q-1-2 List the output of the following code that is part of a complete C++ Program. (4 Marks) for (int i = 1; i < 5; i++

Posted: Fri Jul 08, 2022 6:34 am
by answerhappygod
Q 1 2 List The Output Of The Following Code That Is Part Of A Complete C Program 4 Marks For Int I 1 I 5 I 1
Q 1 2 List The Output Of The Following Code That Is Part Of A Complete C Program 4 Marks For Int I 1 I 5 I 1 (19.82 KiB) Viewed 28 times
Q-1-2 List the output of the following code that is part of a complete C++ Program. (4 Marks) for (int i = 1; i < 5; i++) { if (i >= 3) cout << <<endl; ***** else cout << "STOP" << endl; }