Sujeet wants to use an exit controlled loop in QBASIC.
Answers
Answered by
0
Answer: An exit controlled loop is that category of loops in which the test condition is checked after the execution of the body of the loop.Thus,an exit control loop executes at least once even when the test condition fails. For example: do while loop in C. int i=1; do.
Explanation:
Answered by
0
Answer:
Sujeet wants to use an exit controlled loop in QBASIC
Similar questions