aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-10-06 16:09:10 -0700
committerjacobdw22 <[email protected]>2022-10-06 16:09:10 -0700
commitb82a94c2030b51719c5eb9a162d54a66ce3ea240 (patch)
tree234562d0a3a2e325fb49b95907cf4972d599b649
parentsimple changes (diff)
downloadcst116-chapter8-debugging-jacobdw22-b82a94c2030b51719c5eb9a162d54a66ce3ea240.tar.xz
cst116-chapter8-debugging-jacobdw22-b82a94c2030b51719c5eb9a162d54a66ce3ea240.zip
simple changes
-rw-r--r--cst116-ch8-debugging-wilson-pseudo-code.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/cst116-ch8-debugging-wilson-pseudo-code.txt b/cst116-ch8-debugging-wilson-pseudo-code.txt
new file mode 100644
index 0000000..88bf8a8
--- /dev/null
+++ b/cst116-ch8-debugging-wilson-pseudo-code.txt
@@ -0,0 +1,6 @@
+Set i = 0;
+Set count;
+If i < 10, Display i++; //This displays the current value of i, then adds 1 to that value and saves it for the next loop.//
+When i = 10, While loop = false;
+
+For count, when count < 10, add count++ and display count for that loop; \ No newline at end of file