Search:

Type: Posts; User: kprofgold

Search: Search took 0.08 seconds.

  1. Replies
    14
    Views
    1,915

    Re: Need help please

    I think I just figured it out. Heres the code

    public class MortgageCalculator {


    public static void main(String[] args) {
    double annualInterest = 5.75; //This is the annual...
  2. Replies
    14
    Views
    1,915

    Re: Need help please

    Here is what I am supposed to calculate: Calculate and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75% interest. And thank you for all of your...
  3. Replies
    14
    Views
    1,915

    Re: Need help please

    I still havnt been able to fix the math yet.... but I noticed I am also getting a gray line under my loanLengthInMonths...the error is not a known variable in the current context
  4. Replies
    14
    Views
    1,915

    Re: Need help please

    Ok thank you... I was closing the code before I had even inputted anything and I had to restart my NetBeans for the code to run. But now the calculation is off and I think it may be within the math....
  5. Replies
    14
    Views
    1,915

    Re: Need help please

    I think this is the error Im not very good at this sorry.

    Listening on javadebug
    Not able to submit breakpoint LineBreakpoint MortgageCalculator.java : 81, reason: The breakpoint is set outside...
  6. Replies
    14
    Views
    1,915

    Re: Need help please

    I get cannot find symbol, identifier expected, and illegal start of type errors
  7. Replies
    14
    Views
    1,915

    Re: Need help please

    Would it make a difference if that last println statement was replaced like this:


    package mortgagecalculator;


    /**
    *
    * @author Johnny
    */
  8. Replies
    14
    Views
    1,915

    Need help please

    I have about 4 hours of class time with Java and have an assignment due. I cant figure out how to fix my code. I know Im having issues with my print statements but I just dont understand it. Here is...
Results 1 to 8 of 8