diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-12 22:05:36 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-12 22:05:36 -0700 |
| commit | e0fbd28cd09211ac63894fa3eccb631e69173ffa (patch) | |
| tree | 80bb49ca8b65303c104c55be545015cbacaea947 | |
| parent | Adding Output file Push 3 (diff) | |
| download | cst116-chapter8-debugging-lopez-bonilla-e0fbd28cd09211ac63894fa3eccb631e69173ffa.tar.xz cst116-chapter8-debugging-lopez-bonilla-e0fbd28cd09211ac63894fa3eccb631e69173ffa.zip | |
Push 4 Added Pseudocode file
| -rw-r--r-- | Ch8-Debugging-Pseudocode.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ch8-Debugging-Pseudocode.txt b/Ch8-Debugging-Pseudocode.txt new file mode 100644 index 0000000..2588ee6 --- /dev/null +++ b/Ch8-Debugging-Pseudocode.txt @@ -0,0 +1,10 @@ +Set i = 0 + +Set count variable + +while i is less than 10 + add to the count variable + Display count + +for loop count set to zero, count is less than 10; add to count + Display count |