J
juneappal
Sorry to pester the list with this - it is such a simple problem I
can't figure out what to search for.
This is m first day of playing with Java. I notice that
evaluates as:
0.7999999999999998
Why is that?
can't figure out what to search for.
This is m first day of playing with Java. I notice that
System.out.println((34/5.0)%1);
evaluates as:
0.7999999999999998
Why is that?