aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch7-Debugging-Psuedo-Code.txt
blob: 999cc272c04b7c755e4a2dc2012523363dd90d80 (plain) (blame)
1
2
3
4
5
6
7
8
set i to 0
define count

while i is less than 10
	print i then incerment i

for count beginning at 0, while count is less than 10, incrementing count each time
	print count