Chat with us, powered by LiveChat Your project as a programming consultant is to create a program that develops an amortization | Writedemy

Your project as a programming consultant is to create a program that develops an amortization

Your project as a programming consultant is to create a program that develops an amortization

Question

Your project as a programming consultant is to create a program that develops an amortization schedule. Your program should be written as a Java applet. As an applet, your program will be executed through the use of a browser. Your applet should prompt the user for three different inputs, loan amount, the duration of the loan and the annual interest rate. Your task is to create a Java applet that provides the user with a payment schedule, or amortization schedule. The schedule must include monthly payment amount, interest amount, principal amount and the remaining balance per pay period. The amortization table must be presented to the user in a nicely formatted table.The applet input will be the loan amount, annual percentage rate (APR), and the number of years to pay out the loan. The output will be the loan amount, interest rate per pay period number of pay periods and the monthly payment. This information would be followed by the amortization schedule. Following is an example of the expected output for a $35,000 loan over 8 years at 8.5% interest rate.

Loan Amount: $35,000
Interest Rate per pay period: 0.085
Pay Periods: 96
Monthly Payment Amount: $503.72
Payment Monthly Amount Interest Principal Balance
35,000.00
1 503.72 247.92 255.80 34,744.20
2 503.72 246.10 257.62 34,486.58
3 503.72 244.28 259.44 33,965.86
….
95 503.72 7.07 496.65 500.78
96 503.72 3.55 500.17 0.61

The necessary calculations are below:

  • p, loan amount or principal
  • n, number of payments = payments per year * number of years
  • i, interest rate per pay period = APR/payments per year = APR/12
  • t, interest paid = interest rate per pay period * previous principal balance
  • r, monthly payment amount = principal * interest per period / (1-(1+(interest per period)/100)^(number of payments-1)^2)
  • a, principle amount = monthly payment amount – interest paid
  • b, principle balance = previous balance – principle amount

Hint: In Java syntax the monthly payment calculation is:

r=((p*(i/100))/(1-(Math.pow((1+(i/100)),(n*(-1))))));

Details:

Please note that your program should accept three inputs:

  1. The loan amount,
  2. Annual Percentage Rate, and
  3. The number of years to pay out the loan

And calculate six types of outputs:

  1. The monthly payment amount,
  2. Interest per pay period,
  3. Number of pay periods,
  4. Amortization schedule (including amount of interest per pay period, principal per pay period, and principle balance)

When coding your applet, remember the following:

  • Your applet needs to extend the Applet (or JApplet) class. Of course, you need to import the appropriate applet package(s).
  • Your applet needs to have declarations for the fields, labels, components, widgets, and so forth that you use in the applet.
  • There are applet methods that are called automatically by browsers (please see your textbook). Make sure you initialize (implement init()) your applet.
  • You need the code that does the calculation of the interest.
  • You need to handle the event of pressing the button. There are some examples in the book (ask your instructor for the specific pages).
  • You may use this sample code for example.

Please create an HTML page that contains the applet tag. In addition to your mortgage calculator commented Java code, you need to provide the HTML page.

Here is the Hello world Java code example to create an applet:


import java.applet.*;
import java.awt.*;
/**
* The HelloWorld class implements anapplet that
* simply displays "HelloWorld!".
*/
public class HelloWorld extends Applet {
public void paint(Graphics g){
// Display "Hello World!"
g.drawString("Hello world!",50, 25);
}
}


Then you would compile the class and create an HTML page called Hello.htm:


A Simple Program.

Here is the output of my program:

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order