aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
blob: 06257eb138fa92e726b57384d141e65659d6bdb3 (plain) (blame)
1
2
3
4
5
6
7
Under main
set and place i as 0
set count
while i is less than 10
output i+1
when count is equal to 0 and less than 10
output count+1