Mortgage Program - Week 5

We have many free term papers and essays on Mortgage Program - Week 5. We also have a wide variety of research papers and book reports available to you for free. You can browse our collection of term papers or use our search engine.

Mortgage Program - Week 5

//Begin Program

import java.text.DecimalFormat; //needed to set the decimal point place
import javax.swing.JOptionPane; //needed to make the program pause

public class MortgageProject05

{

public static void main(String[]args) throws Exception

{

int [] MonthPayment = {7,15,30}; //declares how many years
double Monthly=0; //delcares the variable for the mortgage payment
double Amount = 200000; //declares how much the loan is for
double [] MonthInt = {5.35,5.5,5.75}; //declares the interest rate
double PaidInt; //paid interest monthly
double OutStand; //monthly balance
int MonthTerm; //number of payments
char enter;

DecimalFormat roundComma = new DecimalFormat("#,##0.00"); //formats commas and decimal points

for (int i=0; i
  • Submitted by: azquadz
  • Date Submitted: 08/09/2007 08:35 PM
  • Category: Technology
  • Words: 339
  • Pages: 2
  • Views: 332
  • Rank: 35377

Related Essays

  • Mortgage Program - Week 5 Mortgage Program - WEEK 5. //Begin Program import java.text.DecimalFormat; //needed to set the decimal point place import j...
  • Pos 407 Week 4 ... Insert comments in the program to document the program. (Week 3)Modify the mortgage program to allow the user to...
  • Mortgage Calculcator ... Week 5 Ricky // Description: This program will calculate and ... import java.io.PrintStream; import java.io.IOException...
  • Pos 407 Week 3 POS 407 Week 3. ... if(source==aboutItem) { JOptionPane.showMessageDialog(frame, "Mortgage Calculator Version 2.0 ... JFrame....
  • Mortgage Calculator W/ Gui (Wk 4) ... 2.0 - Modified the mortgage program from Week 2 to ... 7.0 - Modified the program to read the preset mortgage...

Saved Papers

Save papers so you can find them more easily!

Join Now

Get instant access to over 170,000 papers.

Join Now