aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-10-19 10:48:29 -0700
committerGitHub <[email protected]>2022-10-19 10:48:29 -0700
commitdd769a96f2f7090c4806e3da07a5b5d8b7b3b677 (patch)
treedec00f297ac7d891fc177219104acfd054cf718f
parentUpdate CST116-Ch8-Debugging.cpp (diff)
downloadcst116-chapter8-debugging-huntbyrne-main.tar.xz
cst116-chapter8-debugging-huntbyrne-main.zip
Add files via uploadHEADmain
-rw-r--r--CST116-Ch8-Debugging/CH8 Output.txt11
-rw-r--r--CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt9
2 files changed, 20 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CH8 Output.txt b/CST116-Ch8-Debugging/CH8 Output.txt
new file mode 100644
index 0000000..51d4a2e
--- /dev/null
+++ b/CST116-Ch8-Debugging/CH8 Output.txt
@@ -0,0 +1,11 @@
+CH 8 OUTPUT;
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
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