The WHILE..... WEND loop is functionally equivalent to the........ . *
DO WHILE..... LOOP
DO..... LOOP WHILE
Answers
Answer:
The While statement will cause the following set of statements in the statement block to execute repeatedly if and while the expression condition evaluates to true.
If condition evaluates to false when the WHILE statement is first executed, then the statement block is skipped and execution resumes immediately following the enclosing Wend statement.
If an Exit While statement is encountered inside the statement block, the loop is terminated, and execution resumes immediately following the enclosing Wend statement. If a Continue While statement is encountered, the rest of the statement block is skipped and execution resumes at the While statement.
Like all control flow statements, the While statement can be nested, that is, it can be used in a statement block of another While statement.
note: the While keyword is also used in the Do...Loop statement to indicate the type of comparison. Used in this way, the DO statement becomes functionally equivalent to the WHILE statement, so do not confuse their enclosing keywords Loop and Wend, respectively.
Answer:
aap kaha se hooo simran me Sahil huu pahechane kya