McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Business Administration in ...
→
Programming in Visual Basic
→
Constants, Variables , Operators, Contro...
→
in VB , The while loop is end by _____
Q.
in VB , The while loop is end by _____
A.
stop
B.
next
C.
wend
D.
nested
Answer» C. wend
1.9k
0
Do you find this helpful?
8
View all MCQs in
Programming in Visual Basic
Discussion
No comments yet
Login to comment
Related MCQs
When you have a loop within a loop, then you have created a______.
if condition is end by ____.
in VB , The _______ first we check the condition , if the condition is true then it execute the true statement same as while condition .