aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt
blob: 39ed4cf303f1cf4cb62f81ba5c712f6b04d55c51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
int_var
	i = 0
	count

while i < 10
	output i + 1

for count = 0
	count < 10
	count + 1

output count