aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Crombie-pseudo-code.txt
blob: c87defa70fbdd6576a4d63b35ca5062d8646ec9a (plain) (blame)
1
2
3
4
5
6
7
8
Set variable i equal to zero
Declare variable count
While i is less than ten
	Print i
	Add one to the previous value of i and repeat
While count is less than ten
	Print count
	Add one to the previous value of count and repeat