3. The WHILE..... WEND loop is an exit
controlled loop.
Choose
This is a required question
Answers
Answered by
0
Answer:
do while loop is the example of Exit controlled loop. Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body. Exit Controlled Loop is used when checking of test condition is mandatory after executing the loop body.
Similar questions