From 64784e65414a25edc8754e30c024c897961cc957 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sat, 1 Oct 2022 13:12:31 -0700 Subject: Renamed psuedo code file --- .../cst116-lab0-debugging-starktre-psuedo-code.txt | 12 ++++++++++++ .../cst116-lab0-debugging-starktre-psuedocode.txt | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt delete mode 100644 Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt (limited to 'Ch 5 Debugging Project') 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 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 -- cgit v1.2.3