aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt
diff options
context:
space:
mode:
authorCEOofOogaBooga <[email protected]>2022-09-29 15:56:16 -0700
committerCEOofOogaBooga <[email protected]>2022-09-29 15:56:16 -0700
commit8bdd503b71b993f949c48c7e9e734959426f92c4 (patch)
tree2967e27c93e0ebc729072d75febb523ea352e565 /Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt
parentupdates (diff)
downloadcst116-debugging--trinh--main.tar.xz
cst116-debugging--trinh--main.zip
Lab0 Money Project FinishedHEADmain
Diffstat (limited to 'Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt')
-rw-r--r--Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt b/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt
new file mode 100644
index 0000000..c58e3f6
--- /dev/null
+++ b/Ch 5 Debugging Project/CST115 Chp5 Lab0 Pseudo code.txt
@@ -0,0 +1,10 @@
+under main
+create and set money to 123.45F
+create and set raise
+output "you have $"
+output money
+output "enter percent raise"
+set raise to input
+set money to money * (1+raise)
+output "after your raise you have $"
+output money \ No newline at end of file