aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt')
-rw-r--r--CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt b/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt
new file mode 100644
index 0000000..3d25964
--- /dev/null
+++ b/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt
@@ -0,0 +1,9 @@
+CH 8 PseudoCode:
+
+Begin
+ Set "i" to 0
+
+If i < 10
+ Output "0, 1 , 2, 3, 4, 5, 6, 7, 8, 9"
+
+End \ No newline at end of file