aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-05 21:33:21 -0700
committerJoe Traver <[email protected]>2022-10-05 21:33:21 -0700
commit086ffdf4ccbfb300b53079d8e17ab829908a3e37 (patch)
tree1c04f91a19e4fb75baa4bf7441ab6147645630fa
parentHalf way Psudo Code (diff)
downloadcst116-lab0-debugging-joetraver30-086ffdf4ccbfb300b53079d8e17ab829908a3e37.tar.xz
cst116-lab0-debugging-joetraver30-086ffdf4ccbfb300b53079d8e17ab829908a3e37.zip
Final Psuedo Code
-rw-r--r--Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code9
1 files changed, 9 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
index 5020ec2..5c93e8b 100644
--- a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
+++ b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
@@ -9,4 +9,13 @@ print:
"you have $"
output = money
+prompt:
+ "Enter percent raise"
+input = raise
+money = money * raise
+
+print:
+ "After your raise you have $"
+
+output = money