blob: d3dc25e53ffc908e581aba74c1999406cac32158 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
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 . . .
-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 . . .
|