diff options
| author | CEOofOogaBooga <[email protected]> | 2022-10-12 14:36:38 -0700 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-10-12 14:36:38 -0700 |
| commit | a1cc10da93bd3587b099921c9b5207ea5138b4a7 (patch) | |
| tree | 09dd38a53c2c976f39b6e0038e5f0f846c4b0fdd /CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt | |
| parent | Initial commit (diff) | |
| download | cst116-chapter8-debugging--trinh--main.tar.xz cst116-chapter8-debugging--trinh--main.zip | |
Diffstat (limited to 'CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt b/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt new file mode 100644 index 0000000..06257eb --- /dev/null +++ b/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt @@ -0,0 +1,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
\ No newline at end of file |