Page 1 of 1
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
Posted: Tue Jul 05, 2022 10:27 am
by answerhappygod

- 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 1 (49.08 KiB) Viewed 9 times
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