Search found 1 match

by Jesus
Sun Jan 02, 2011 5:13 am
Forum: Java
Topic: class, interface, or enum expected?
Replies: 1
Views: 12253

Trying to help

// Try this see if it works.


public class Tester
{
public static void main(String[] args)
{
double principal = 200000; //Principal of note
double mortgageTerm = 0; //Years of the loan (30, 15, and 7)
double interestRate = 0; //Interest of the loans (5.75%, 5.5% and 5.35% APR)
double ...