Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,792

    Re: Conversions of Numbers in Arrays

    At line 56 of your program there is an array that is indexed by a value greater then the size of the array. The index was 59.

    Look at line 56, find the array, and see how your code tried to use an...
  2. Replies
    6
    Views
    1,792

    Re: Conversions of Numbers in Arrays

    That doesn't make sense to me.
    An array is a way to store and access many elements of data of the same type. You can have an array that holds any data type.
    double is a data type. String is a data...
  3. Replies
    6
    Views
    1,792

    Re: Conversions of Numbers in Arrays

    Do you have the definition of a knot? A nautical mile per hour.
    A nautical mile is approximately 6000 ft.
    mph is a standard mile per hour.
    A standard mile is 5280 feet.
    Compute the ratio and...
Results 1 to 3 of 3