diff options
| author | JacobAKnox <[email protected]> | 2021-10-13 20:39:43 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-13 20:39:43 -0700 |
| commit | 1e6404941727c504a3b706959fc4b951b1c7d97f (patch) | |
| tree | 3d9a4c116266373c87926be8875f4f884562aae2 | |
| parent | 5c complete (diff) | |
| download | cst116-lab3-jacobaknox-1e6404941727c504a3b706959fc4b951b1c7d97f.tar.xz cst116-lab3-jacobaknox-1e6404941727c504a3b706959fc4b951b1c7d97f.zip | |
added output for 5c
| -rw-r--r-- | 5c/output.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/5c/output.txt b/5c/output.txt new file mode 100644 index 0000000..c10b969 --- /dev/null +++ b/5c/output.txt @@ -0,0 +1,14 @@ +output: + + -Loan Calculator- + +Input the requested amount in dollars: 700 + +Input the intrest rate in percent: 10 + + +You requested a loan for $700.00. +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 . . . |