From 5f7df81e803c76ecb617f1e0b4896a726de2bead Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 11 Oct 2022 19:07:55 -0700 Subject: formatting --- CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Flowchart.txt') 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 -- cgit v1.2.3