What does 'Continue' do in a loop?

Asked by blessing007 · 4 months ago

1 Answer

36
amorebise · 4 months ago Top Answer

'Continue' tells the computer: 'Skip the rest of the steps for this item and jump straight to the next one in the list.'

Imagine you are sorting fruit. If the fruit is rotten, you don't need to wash or pack it—you just 'Continue' to the next piece of fruit in the basket.

Log in to add a comment.