- Q 1 2 List The Output Of The Following Code That Is Part Of A Complete C Program 4 Marks Int N R C N 9 R 1 C 1 (19.49 KiB) Viewed 33 times
Q-1-2 List the output of the following code that is part of a complete C++ Program (4 Marks) int n, r, c n = 9; r = 1, c
-
- 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) int n, r, c n = 9; r = 1, c
Q-1-2 List the output of the following code that is part of a complete C++ Program (4 Marks) int n, r, c n = 9; r = 1, c = 1; do { r=r¹2; C=C+r₁ } while (c <= n); cout <<c<<<" "<<r<<endl;