diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 13:05:11 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 13:05:11 -0700 |
| commit | a36bf278c95427464e85433cd8a23c30b40cc5f3 (patch) | |
| tree | 7e772b2c36b04ad5ee4a79f4bda6cd1270850747 /Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt | |
| parent | Added text to the output text file (diff) | |
| download | cst116-lab0-debugging-starktre-a36bf278c95427464e85433cd8a23c30b40cc5f3.tar.xz cst116-lab0-debugging-starktre-a36bf278c95427464e85433cd8a23c30b40cc5f3.zip | |
Added psuedo code text file and began writing psuedo code
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.txt | 7 |
1 files changed, 7 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 new file mode 100644 index 0000000..f50595c --- /dev/null +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt @@ -0,0 +1,7 @@ +include the iostream and iomanip libraries +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 |