aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-11 19:07:55 -0700
committertafaar <[email protected]>2022-10-11 19:07:55 -0700
commit5f7df81e803c76ecb617f1e0b4896a726de2bead (patch)
tree140b0df651ddd27f0eccd67196f68a43a3107238 /CST116-Ch8-Debugging
parentadded flowchart (diff)
downloadcst116-chapter8-debugging-hill-main.tar.xz
cst116-chapter8-debugging-hill-main.zip
formattingHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt
index 812f0fe..86f9344 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt
@@ -1,3 +1,5 @@
+Output:
+
0
1
2
@@ -19,6 +21,8 @@
8
9
+----------------
+
SET int I to 0;
int COUNT;
@@ -28,7 +32,7 @@ WHILE (I < 0) {
}
FOR ( SET COUNT to 0; IF COUNT < 10, CONTINUE; COUNT + 1){
- PRINT COUNT;
- }
+ PRINT COUNT;
+ }
END; \ No newline at end of file