Computer Science, asked by ziddishooter0, 1 year ago

Write the purposes WHILE--WEND​

Answers

Answered by Anonymous
4

Explanation:

If condition is True, all statements are executed until the Wend statement is encountered. Control then returns to the While statement and condition is again checked. If condition is still True, the process is repeated. If it is not True, execution resumes with the statement following the Wend statement.

Similar questions