InterviewSolution
Saved Bookmarks
| 1. |
Write Syntax of While Wend Statement. |
| Answer» TION: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. | |