Search:

Type: Posts; User: 2k.

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,246

    Re: issues with a float

    cheers for the replies
    by changing to


    tdartave = 501.0f / nthrows;


    I get the result 55.666668 which is perfect for the time being, having it rounding down to 55 the three dart average was...
  2. Replies
    5
    Views
    1,246

    Re: issues with a float

    hmm this is puzzling,

    I have change the line
    tdartave = (501 / nthrows);

    to the following
    tdartave = (501.0 / nthrows);

    and i'm now getting this error
  3. Replies
    5
    Views
    1,246

    issues with a float

    Hi there,

    I have decided to learn java programming, rather than working though a book which i find very dull i have just dived in by writing (trying to write) an application.

    my application is...
Results 1 to 3 of 3