From 10e2107da2b259be22f499c58878525cec1c92b4 Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:42:47 -0700 Subject: more outputs --- 5c/output.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/5c/output.txt b/5c/output.txt index c10b969..d3dc25e 100644 --- a/5c/output.txt +++ b/5c/output.txt @@ -11,4 +11,37 @@ 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 . . . + + + -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 . . . -- cgit v1.2.3