aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt
diff options
context:
space:
mode:
author[email protected] <[email protected]>2022-10-12 14:35:51 -0700
committer[email protected] <[email protected]>2022-10-12 14:35:51 -0700
commit2eb2f2dde77ef5090f6a069f767947b6e6da9dfe (patch)
tree70f6c0620b4bdc3e201bea590e788f73431d1f9e /CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt
parentFinal Psuh (diff)
downloadcst116-chapter8-debugging-smith-benjamin-main.tar.xz
cst116-chapter8-debugging-smith-benjamin-main.zip
True Final PushHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt b/CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt
new file mode 100644
index 0000000..27b6024
--- /dev/null
+++ b/CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt
@@ -0,0 +1,3 @@
+1) Initialize two integers 'i' and 'count' and set 'i' to be 0
+2) While i is less than 10, output the value of i and increase it by 1
+3) Run a for loop increasing count by 1 while count is less than 10, outputing each count value \ No newline at end of file