Search:

Type: Posts; User: rakeshkr2

Search: Search took 0.20 seconds.

  1. Behaviour of shortcut assignment and normal assignment for float

    I have a simple doubt


    float k = 0;
    k+=0.2;
    k=k+0.2; // here compliation error


    compliation error Type mismatch: cannot convert from double to float
  2. Thread: Welcome Note

    by rakeshkr2
    Replies
    1
    Views
    809

    Welcome Note

    System.out.println("Hai All.. :o");
Results 1 to 2 of 2