diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 13:06:05 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 13:06:05 -0700 |
| commit | 7f2fd3a36e182fa828e59b9a30be8bfc093eef20 (patch) | |
| tree | dab785f53f5e9965a38efdb30f5af6c6435294e3 | |
| parent | Added psuedo code text file and began writing psuedo code (diff) | |
| download | cst116-lab0-debugging-starktre-7f2fd3a36e182fa828e59b9a30be8bfc093eef20.tar.xz cst116-lab0-debugging-starktre-7f2fd3a36e182fa828e59b9a30be8bfc093eef20.zip | |
Finished psuedocode text file
| -rw-r--r-- | Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt | 5 |
1 files changed, 5 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 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 |