diff options
Diffstat (limited to 'CST116-Ch8-Debugging/Ch 8 psuedo-code.txt')
| -rw-r--r-- | CST116-Ch8-Debugging/Ch 8 psuedo-code.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt b/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt index e69de29..485bc30 100644 --- a/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt +++ b/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt @@ -0,0 +1,6 @@ +assign variable i < 10 +display value <10 in a list + +check value of count +as value increases count decreases + |