diff options
| -rw-r--r-- | CST116-Ch8-Debugging/CH8 Output.txt | 11 | ||||
| -rw-r--r-- | CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt | 9 |
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 |