diff options
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 | 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 |