Computer Science, asked by rajashreeakde, 7 months ago

Explain WHILE-WEND Statement
Ans:​

Answers

Answered by rajjanu18121982
4

Answer:

Wend. Remarks. The argument condition is a numeric or string expression that evaluates True (nonzero) or False (0 or Null). If condition is true, all statements in statementblock are executed until the Wend statement is encountered. Control then returns to the While statement and condition is checked again.

Explanation:

Similar questions