User Profile

Collapse

Profile Sidebar

Collapse
phjones
phjones
Last Activity: Jan 8 '07, 05:53 AM
Joined: Dec 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • phjones
    started a topic Array-Mortgage Calculator

    Array-Mortgage Calculator

    This is not a class project.The program below is to display mortgage interest paid for each payment over the term of the loan and loan balance.It is program using array. However, I am receiving the following error message:

    --------------------Configuration: <Default>--------------------
    C:\Program Files\Xinox Software\JCreat orV4LE\MyProjec ts\mortgageloan \src\mortgagelo an.java:30: operator > cannot be applied to double[],int...
    See more | Go to post
    Last edited by phjones; Dec 29 '06, 04:10 PM. Reason: message in the wrong place

  • Unfortunately. This maybe a second posting. I sorry just getting started with this chat area. See new code below:

    /**
    * @(#)3 Mortgage loans.java
    *
    * 3 Mortgage loans application
    *
    * Phyllis J Jones
    * Purpose to write a program in Java without a graphical user interface and have
    it calculate the payment amount for 3 mortgage loans.
    */
    import java.math.*;//*loan...
    See more | Go to post

    Leave a comment:


  • phjones
    started a topic 3 mortgage loan calculator
    in Java

    3 mortgage loan calculator

    please help resolve some error messages code is compling with errors
    see below the code. I am new at this please help!

    /**
    * @(#)3 Mortgage loans.java
    *
    * 3 Mortgage loans application
    *
    * Phyllis J Jones
    * Purpose to write a program in Java without a graphical user interface and have
    it calculate the payment amount for 3 mortgage loans.
    */
    import java.math.*;//*loan...
    See more | Go to post

  • java mortgage calcuator using array for 3 different loan

    Need help programming mortagage calculator for 3 different loans 7 year, 15 year and 30 year. using java array I am a beginner with Java, This is what I have so far. Need to know if I am off the path,

    import java.math.*;//*loan calculator
    import java.text.*;//*formats numbers
    public class 3 Mortgage loans {


    // declare class variable array
    int[] mortgage calculator
    ...
    See more | Go to post
No activity results to display
Show More
Working...