Question: C# Programming Language. Create a loan payment calculator Create a web app that functions as a simple versionof https://www.bankrate.com/calculators/mortgages/mortgage-calculator.aspx A user should be able to


C# Programming Language.

Create a loan payment calculator

Create a web app that functions as a simple versionof https://www.bankrate.com/calculators/mortgages/mortgage-calculator.aspx

A user should be able to enter the loan amount, interest rate,and years of loan. The application should output the monthlypayment amount.

The UI should look like the below but with your own CSS styleapplied to it.

localhost:44339/ HCI C Loan Amount 200000 Interest Rate .05 Years of Loan

30 Monthly Payment $1,073.64 Calculate Clear x + O O https://localhost:44339

The code for this option will be minimal but many unit tests are needed to ensure the equation for the monthly payment is correct.

P.S. I don't think the equation shown matters as long as the MVCapp looks like what is pictured in the first image.

localhost:44339/ HCI C Loan Amount 200000 Interest Rate .05 Years of Loan 30 Monthly Payment $1,073.64 Calculate Clear x + O O https://localhost:44339

Step by Step Solution

3.41 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Certainly Heres an example of a loan payment calculator implemented in C using ASPNET MVC 1 Create a ... View full answer

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 Programming Questions!