how is the forever loop different from the forever if loop
Answers
Answered by
2
Answer:
Forever means the loop will never end. In forever if block, the block would uninterruptedly check its Boolean condition.
Similar questions