blob: 2588ee67634640bd41b6425bf3f6fc37d28b54b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Set i = 0
Set count variable
while i is less than 10
add to the count variable
Display count
for loop count set to zero, count is less than 10; add to count
Display count
|