Search:

Type: Posts; User: Langolier

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    3,602

    Re: Loan Repayment

    import java.util.Scanner; // import scanner

    public class Loan {

    static Scanner input = new Scanner(System.in); // create scanner object usable in all methods

    public static void...
  2. Replies
    9
    Views
    3,602

    Re: Loan Repayment

    I guess in the second piece of code I posted trying to code the calculation method is wrong. It will only return a value of 1. I edited the above code to show what it now looks like. I think the...
  3. Replies
    9
    Views
    3,602

    Re: Loan Repayment

    import java.util.Scanner; // import scanner

    public class Loan {

    static Scanner input = new Scanner(System.in); // create scanner object usable in all methods



    public static void...
  4. Replies
    9
    Views
    3,602

    Re: Loan Repayment

    Anyone please help me?
  5. Replies
    9
    Views
    3,602

    Re: Loan Repayment

    Ok, I removed the bad semi colon. Thanks for the help. I guess my math calculation is wrong because when I run it I get a negative answer
  6. Replies
    9
    Views
    3,602

    Loan Repayment

    import java.util.Scanner; // import scanner

    public class Loan {

    static Scanner input = new Scanner(System.in); // create scanner object usable in all methods

    public static void...
Results 1 to 6 of 6