From 7f2fd3a36e182fa828e59b9a30be8bfc093eef20 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sat, 1 Oct 2022 13:06:05 -0700 Subject: Finished psuedocode text file --- Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ch 5 Debugging Project') 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 -- cgit v1.2.3