blob: 4dcc26cc52334d930e600d6eababd4088fe70b39 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
define i as an int and set it to 0
define count as an int
while i is less than 10
dislay add 1 to int
for setting count to 0, count is less than 10, add 1 to count
display count
|