aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-09-30 18:38:49 -0700
committerjacobdw22 <[email protected]>2022-09-30 18:38:49 -0700
commitd19898d05251489dd73e6990856a4c933e72c94d (patch)
tree08ac0dcfee23c13adc29191eb89c330b796e7549 /CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt
parentsimple changes (diff)
downloadcst116-ch5-debugging-jacobdw22-main.tar.xz
cst116-ch5-debugging-jacobdw22-main.zip
Final changesHEADmain
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt')
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt
new file mode 100644
index 0000000..b50ac14
--- /dev/null
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-wilson-pseudo-code.txt
@@ -0,0 +1,7 @@
+Display "You have $"
+Display money
+Display "Enter percent raise:"
+Read raise
+money = money + money * raise
+Display "After your raise you have $"
+Display money \ No newline at end of file