Search:

Type: Posts; User: deependeroracle

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,259

    Re: regarding floating point

    can u tell me what is void in java ? what are modifiers and what System.out.print(); returns
  2. Replies
    3
    Views
    1,259

    regarding floating point

    when i write float a=2; a=a+2; in C language then the output is 4.000000 ... but when i write the same code in java float a = 2F;
    a=a+2;
    then i got 4.0; why i m not getting the six zeros after the...
Results 1 to 2 of 2