aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 13:06:05 -0700
committerTrenton Stark <[email protected]>2022-10-01 13:06:05 -0700
commit7f2fd3a36e182fa828e59b9a30be8bfc093eef20 (patch)
treedab785f53f5e9965a38efdb30f5af6c6435294e3
parentAdded psuedo code text file and began writing psuedo code (diff)
downloadcst116-lab0-debugging-starktre-7f2fd3a36e182fa828e59b9a30be8bfc093eef20.tar.xz
cst116-lab0-debugging-starktre-7f2fd3a36e182fa828e59b9a30be8bfc093eef20.zip
Finished psuedocode text file
-rw-r--r--Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt
index f50595c..8c3b0e3 100644
--- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt
+++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt
@@ -3,5 +3,10 @@ use iostream with std prefix
begin main
print current amount of money
+
prompt user for raise in precent
+
calculate new money total with inputed raise
+
+print new moeny total
+end main \ No newline at end of file