Question 6 Not yet answered Marked out of 4.00 Flag question What values of j do the following for loop take? for (int j
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 6 Not yet answered Marked out of 4.00 Flag question What values of j do the following for loop take? for (int j
Question 6 Not yet answered Marked out of 4.00 Flag question What values of j do the following for loop take? for (int j = 20; j<=9; j-=4) O a. O b. 20, 16, 12, 9 20, 16 C. 20, 16, 12 O d. 20, 16, 12, 8