aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-12 17:46:11 -0700
committerTheOtherTonyStark <[email protected]>2022-10-12 17:46:11 -0700
commit98e2dacbdc349f135077a485fb43d96e40222b57 (patch)
tree2eede3f6d6e4a04c861119ff1fb7494ebc0e8209 /CST116-Ch8-Debugging
parentSeventh Commit (diff)
downloadcst116-chapter8-debugging-theothertonystark-main.tar.xz
cst116-chapter8-debugging-theothertonystark-main.zip
Eigth CommitHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging')
-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