Computer Science, asked by Swarit124, 2 days ago

Which one of the following keywords indicates the ending of the FOR loop in QBasic?

Answers

Answered by ChweetLove
1

Explanation:

WEND loop

WEND loop, if the condition is True, all statements are executed until WEND keyword is encountered. If the condition is false, the loop is exited and the control jumps to very next statement after WEND keyword.

 \huge \pink{~} \red {τ} \green {α} \blue {v} \orange {v}  \pink {u} \red {♡}

Answered by chandanisingh1511
0

WEND loop, if the condition is True, all statements are executed until WEND keyword is encountered. If the condition is false, the loop is exited and the control jumps to very next statement after WEND keyword.

Similar questions