Search:

Type: Posts; User: Ancharius

Search: Search took 0.09 seconds.

  1. Re: Beginner at Java, Need help with my project its due tuesday.

    for the math I tried breaking it down but still doesn't calculate correctly.


    double calc1 = loan * rate;
    double calc2 = Math.pow(1 + rate, months);
    double calc3 = Math.pow(1 +...
  2. Beginner at Java, Need help with my project its due tuesday.

    Guidelines

    This assignment is comprised of modifying your program which will calculate a monthly a moritzed amount (e.g. a house mortgage). For this program, you are to add the logic to prompt the...
Results 1 to 2 of 2