PCEP • Practice Test 22
Free PCEP practice test — 15 questions with explanations. Set 22. No signup required.
A program contains a nested while loop. The inner loop should run as long as a condition is True, but the outer loop should stop after 3 iterations. Which code structure is correct? (Assume the inner loop condition is inner < 5.)