aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 13:12:31 -0700
committerTrenton Stark <[email protected]>2022-10-01 13:12:31 -0700
commit64784e65414a25edc8754e30c024c897961cc957 (patch)
tree90abca96c2eb8c093dc70d169312a9b60b357437 /Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt
parentFixed mistake in psuedocode text file (diff)
downloadcst116-lab0-debugging-starktre-64784e65414a25edc8754e30c024c897961cc957.tar.xz
cst116-lab0-debugging-starktre-64784e65414a25edc8754e30c024c897961cc957.zip
Renamed psuedo code file
Diffstat (limited to 'Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt')
-rw-r--r--Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt
new file mode 100644
index 0000000..e4e7387
--- /dev/null
+++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt
@@ -0,0 +1,12 @@
+include the iostream and iomanip libraries
+use iostream without 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