diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-11 13:56:09 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-11 13:56:09 -0800 |
| commit | 3c3026e84b70a084537d18a9eb8bcebac2cab76b (patch) | |
| tree | 8d0081dd463a92a4f4175bef11ebe46b78b1a455 /CST116-Ch8-Debugging/Ch 8 psuedo-code.txt | |
| parent | another change (diff) | |
| download | cst116-chapter8-debugging-alexandra-apetroaei-main.tar.xz cst116-chapter8-debugging-alexandra-apetroaei-main.zip | |
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 + |