Computer Science, asked by shriyashshinde372, 1 month ago

how is the forever loop different from the forever if loop

Answers

Answered by aj20000001
2

Answer:

Forever means the loop will never end. In forever if block, the block would uninterruptedly check its Boolean condition.

Similar questions