Search:

Type: Posts; User: Parranoia

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    3,473

    [SOLVED] Re: Tax calculation program

    The only thing you could check is that barack and obama are actually whats being stored in the array.

    In your for loop just try adding a debugging message like


    System.out.println("First: " +...
  2. Replies
    4
    Views
    3,473

    [SOLVED] Re: Tax calculation program

    That error is because you are passing a double to the method rather than an array of doubles.
    Looking at your code you might be a bit confused as to where you might need to use arrays and how to...
Results 1 to 2 of 2