aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-12 22:33:00 -0700
committerAndrei F <[email protected]>2022-10-12 22:33:00 -0700
commit93fd8bfbb780061167810c8d13949cf1454caf18 (patch)
tree1803ccafcbcb9adebe44d1972b49d0db59feb87e /CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
parentAdded pseudocode file and output file and changed the main file name to inclu... (diff)
downloadcst116-chapter8-debugging-florea-93fd8bfbb780061167810c8d13949cf1454caf18.tar.xz
cst116-chapter8-debugging-florea-93fd8bfbb780061167810c8d13949cf1454caf18.zip
Added to output and pseudo-code files
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
index e69de29..4dcc26c 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
@@ -0,0 +1,8 @@
+define i as an int and set it to 0
+define count as an int
+
+while i is less than 10
+ dislay add 1 to int
+
+for setting count to 0, count is less than 10, add 1 to count
+ display count