

InterviewSolution
Saved Bookmarks
1. |
What is looping? Name three different types of looping statement? |
Answer» Visual BASIC has three MAIN types of loops: for.. NEXT loops, do loops and while loops. Explanation: Visual Basic has three main types of loops: for.. next loops, do loops and while loops. |
|