diff options
| author | Andrei F <[email protected]> | 2022-10-12 22:33:00 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 22:33:00 -0700 |
| commit | 93fd8bfbb780061167810c8d13949cf1454caf18 (patch) | |
| tree | 1803ccafcbcb9adebe44d1972b49d0db59feb87e | |
| parent | Added pseudocode file and output file and changed the main file name to inclu... (diff) | |
| download | cst116-chapter8-debugging-florea-93fd8bfbb780061167810c8d13949cf1454caf18.tar.xz cst116-chapter8-debugging-florea-93fd8bfbb780061167810c8d13949cf1454caf18.zip | |
Added to output and pseudo-code files
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.txt | 23 | ||||
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt | 8 |
2 files changed, 31 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.txt index e69de29..ff90d10 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.txt +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.txt @@ -0,0 +1,23 @@ +/Users/andreiflorea/Desktop/Code/Oregon_Tech/cst116-chapter8-debugging-florea/cmake-build-debug/cst116_chapter8_debugging_florea +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 + +Process finished with exit code 0
\ No newline at end of file diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt index e69de29..4dcc26c 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt +++ b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt @@ -0,0 +1,8 @@ +define i as an int and set it to 0 +define count as an int + +while i is less than 10 + dislay add 1 to int + +for setting count to 0, count is less than 10, add 1 to count + display count |