Search:

Type: Posts; User: KiwiFlan

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,785

    Re: Conversions of Numbers in Arrays

    The conversion problem is solved. :) However, I'm having a new problem. This is my code below. For some reason, I'm getting this error:

    "java.lang.ArrayIndexOutOfBoundsException: 59
    at...
  2. Replies
    6
    Views
    1,785

    Re: Conversions of Numbers in Arrays

    The problem I'm having is converting from an array to a double.
  3. Replies
    6
    Views
    1,785

    Conversions of Numbers in Arrays

    For one of my programs, I have to convert the wind speed from knots to mph. The variable, knots, is a double. The other variable, wind, is a double [], otherwise an array. How would I convert what's...
Results 1 to 3 of 3