Saved Bookmarks
| 1. |
the WHILE-WEND statement first excicutes the statement and then the condition is checked. true or false |
|
Answer» Advertisements. In a While…Wend LOOP, if the condition is True, all the statements are executed until the Wend keyword is ENCOUNTERED. If the condition is false, the loop is exited and the control JUMPS to the very next statement after the Wend keyword. |
|