aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt')
-rw-r--r--Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index e4e7387..0000000
--- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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