What value should replace kk in line x to cause jj = 5 to be output? Give: What value should replace kk in line x to cause jj = 5 to be output? Give: What value should replace kk in line x to cause jj = 5 to be output? A. 1 B. 5 C. 8 D. 11 E. -1 Show Hint ← Previous question Next question →
imyrta Answer: D Explanation: Basically we need the jj variable to be incremented 5 times. To achieve this we need the loop to be executed 5 times. Based on the loop condition ii > 6 => 6 + 5 = 11 Reply
D
Answer: D
Explanation:
Basically we need the jj variable to be incremented 5 times.
To achieve this we need the loop to be executed 5 times.
Based on the loop condition ii > 6 => 6 + 5 = 11