Step 13

What does this program do?

This is a different kind of loop. It repeats while something is true

Program 13-1

Change this so that it outputs 5,6,7

Program 13-2

Change this so that it outputs 0,2,4,6,8

Program 13-3

Change this so that it outputs 12,9,6,3,0

Index

Input:
Output:
Score:
Line
Statement
Var
Now
Next
1
a
 
2
b
 
3
c
 
4
d
 
5
e
 
6
7
8
9
10
11
12
13