aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-12 22:05:36 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-12 22:05:36 -0700
commite0fbd28cd09211ac63894fa3eccb631e69173ffa (patch)
tree80bb49ca8b65303c104c55be545015cbacaea947
parentAdding Output file Push 3 (diff)
downloadcst116-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.txt10
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