- Your research paper is written by certified writers
- Your requirements and targets are always met
- You are able to control the progress of your writing assignment
- You get a chance to become an excellent student!
Essay Details:
Essay text:
Do not use a graphical user interface. Insert comments in
the program to document the program.
*/
import java.io.IOException;
import java.text.DecimalFormat;
public class MortgageSchedule //class header
{
public static void main(String[] args) //method header
{
DecimalFormat twoDigits = new DecimalFormat("0.00"); //formats the salary amount into 2 decimal places
//declare variables and arrays
double mortgage =200000;
double payment =0; //payment amount monthly
double interest =.0575; // Interest Rate (APR)
double interstmorate =(interest/12); //interest rate (monthly)
int term =30; // 30 years
int termmo =(term*12); //terms put into months
int linecount =20; //displays 20 lines
double totalpay =0; //Total mortgage amount + interest to be paid
double number =0; //number of payments made
double principalmo =0; //principal paid monthly
double interestmo =0; //interest paid monthly
double balance = mortgage;
// formats numbers to display only two decimal places
java...
Calculate a fair price for your order
Do you need an essay?
A professional team of writers is able to craft custom essays from scratch according to your instructions. We are ready to satisfy writing needs of every demanding customer.
Do you need many essays?
The product provided is intended to be used for research or study purposes. Get instant access to over 200,000 papers.
Common topics in this essay:
Feedback of people who used our services.
Similar Essays:
1 pages / 231 words |
|||
5 pages / 1247 words |
|||
1 pages / 223 words |
|||
2 pages / 570 words |
|||
1 pages / 112 words |
|||
2 pages / 367 words |
|||
2 pages / 483 words |