aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt
blob: 51828af377ff4ede8040e9ce4283dea3e9496424 (plain) (blame)
1
2
3
4
5
6
7
8
9
 Integer "i" = 0 
    Integer "count" uninitialized

    WHILE i > 10
    PRINT i
    Add 1 to i

    FOR count =  0 to 10
    PRINT count