Search:

Type: Posts; User: collegejavastudent

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,684

    Re: Doubles are somehow Strings?

    A string. Wasn't looking at that before. Thanks!
  2. Replies
    14
    Views
    1,684

    Re: Doubles are somehow Strings?

    I understand that it accepts doubles and seems to think it's taking Strings here. My problem is that I can't understand why it seems to be a String.
  3. Replies
    14
    Views
    1,684

    Doubles are somehow Strings?

    Tried to compile the following code and got these errors:


    Course.java:43: incompatible types
    found : java.lang.String
    required: double
    double cStart = df.format(cStart);
    ...
Results 1 to 3 of 3