- 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 27 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++
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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++
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; }