aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-CH8-Smith-Pseudo-Code.txt
diff options
context:
space:
mode:
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