Question: Coding in JAVA. Thank you for the help When the main method is run it should produce an output similar to the following. welcome to

Coding in JAVA. Thank you for the help When the main methodis run it should produce an output similar to the following. welcomeCoding in JAVA. Thank you for the help

When the main method is run it should produce an output similar to the following. welcome to the Purdue University Northwest Loan Calculator Enter the amount of the loan (e.g. 5000.00): 2000 Enter the annual interest rate: (e.g. 7.0): 6 Enter the term in months: (e.g. 60): 12 monthly payment will be: $172.13 The loan is $2000.00 at an interest rate of 6.00z8 Month Payment Remaining 1$172.13$1837.87 $172.13$1674.92 $172.13$1511.17 $172.13$1346.59 $172.13$1181.19 $172.13$1014.96 $172.13$847.90 $172.13$680.01 $172.13$511.28 $172.13$341.70 $172.13$171.28 $172.13$0.00 The total amount paid was $2065.59 PART B: LoanApplication Requirements Provide a class LoanApplication with the following structure All interaction with the user should be from the LoanApplication class. The LoanCalculator class methods should not be aware of the user or try to interact with them. The results shown by the program should be mathematically correct. The user should be prompted for the principle, interest rate and desired term. The prompts should clearly tell the user what is being asked for and what format is expected. Use and example in the prompt itself as shown in the output above. There should be blank lines in the output where appropriate to make it more readable. Your program should work with different reasonable values of inputs. (We will not worry about unreasonable values yet in this assignment.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!