aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging
diff options
context:
space:
mode:
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