aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt
index e69de29..d041355 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt
@@ -0,0 +1,5 @@
+Choose initial variable i
+ Set that variable to 0
+Make a count function
+ Assign it to count up to 10
+Run program \ No newline at end of file