diff options
| author | JacobAKnox <[email protected]> | 2021-10-13 20:42:47 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-13 20:42:47 -0700 |
| commit | 10e2107da2b259be22f499c58878525cec1c92b4 (patch) | |
| tree | 66a066087b19225cc8eee3ef98af8e64ed1e7a49 | |
| parent | added output for 5c (diff) | |
| download | cst116-lab3-jacobaknox-10e2107da2b259be22f499c58878525cec1c92b4.tar.xz cst116-lab3-jacobaknox-10e2107da2b259be22f499c58878525cec1c92b4.zip | |
more outputs
| -rw-r--r-- | 5c/output.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/5c/output.txt b/5c/output.txt index c10b969..d3dc25e 100644 --- a/5c/output.txt +++ b/5c/output.txt @@ -12,3 +12,36 @@ The intrest rate is 10%. The intrest is $70.00, and the fees are $25.00, for a total of: $95.00. C:\Users\jakno\source\repos\cst116-lab3-JacobAKnox\5c\knox7.10 2\Debug\knox7.10 2.exe (process 11752) exited with code 0. Press any key to close this window . . . + + + -Loan Calculator- + +Input the requested amount in dollars: 200 + +Input the intrest rate in percent: 15 + + +You requested a loan for $200.00. +The intrest rate is 15%. +The intrest is $30.00, and the fees are $20.00, for a total of: $50.00. +C:\Users\jakno\source\repos\cst116-lab3-JacobAKnox\5c\knox7.10 2\Debug\knox7.10 2.exe (process 12080) exited with code 0. +Press any key to close this window . . . + + + -Loan Calculator- + +Input the requested amount in dollars: 5000 + +Input the intrest rate in percent: 10 +The amount of the loan must be between $100 and $1000. You input $5000.00. +C:\Users\jakno\source\repos\cst116-lab3-JacobAKnox\5c\knox7.10 2\Debug\knox7.10 2.exe (process 19156) exited with code 1. +Press any key to close this window . . . + + -Loan Calculator- + +Input the requested amount in dollars: 300 + +Input the intrest rate in percent: 0 +The intrest rate of the loan must be between 1% and 18%. You input 0%. +C:\Users\jakno\source\repos\cst116-lab3-JacobAKnox\5c\knox7.10 2\Debug\knox7.10 2.exe (process 12736) exited with code 1. +Press any key to close this window . . . |