Algorithms with Selection and Repetition - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Which statement is used to skip an iteration in a loop?

Tap to reveal answer

Answer

continue. Bypasses remaining code in current iteration.

← Didn't Know|Knew It →