For more information, please see full course syllabus of Visual Basic
For more information, please see full course syllabus of Visual Basic
Discussion
Study Guides
Table of Contents
Iterations & Looping
- For…Next…Step loops allow you to iterate through a predefined loop of values
- For…Each loops are used when you don’t know how many iterations you need
- Do…While and Do…Until loops need three things:
- A loop control variable
- A comparison to a sentinel value
- An exit to the loop
- If there is no way of ending the loop, it is an infinite loop
- Do…While checks the loop control variable first, Do…Until checks after at least one iteration of the loop
Computer Science: Visual Basic

John Snape
Iterations & Looping
Slide Duration:Table of Contents
46m 9s
50m 5s
14m 11s
35m 5s
36m 35s
19m 4s
49m 40s
23m 15s
23m 57s
17m 26s
6m 46s
34m 16s
16m 30s
9m 6s
23m 10s
14m 37s
7m
22m 19s
18m 49s
8m 17s
13m 4s
31m 57s
56m 56s
33m 17s
18m 22s
12m 45s
34m 55s
13m 39s
26m 9s
37m 23s
40m 42s
22m 24s
22m 15s
38m 58s
43m 36s
17m
30m 36s
38m 6s
1h 9m 59s
35m 23s
42m 23s
25m 58s
24m 41s
32m 45s
18m 29s
13m 28s
9m 31s
22m 30s
23m 2s
14m 9s
11m 4s
14m 44s
34m 7s
8m 11s
31m 24s
16m 56s
11m 48s
44m 54s
15m 7s
17m 29s
15m 29s
17m 50s
0 answers
Post by Ru Chigoba on March 14, 2017
Hi, the exercise files are blank. Could you please fix that