Search:

Type: Posts; User: cbutcher0007

Search: Search took 0.11 seconds.

  1. Re: Having trouble with my program, can someone please help?

    Ty very much for your help. I got it figured out. Ty
  2. Re: Having trouble with my program, can someone please help?

    This is the error I get:

    Documents\JCreator LE\MyProjects\ComputeLoan1\src\ComputeLoan1.java:25: cannot find symbol
    symbol : variable monthlyPayment
    location: class ComputeLoan1
    ...
  3. Having trouble with my program, can someone please help?

    //Imports the scanner utility
    import java.util.Scanner;

    public class ComputeLoan1
    {

    //Calls the method for variables to be calculated
    public static double calculations(double...
Results 1 to 3 of 3