Question 39 of Test 4
Posted: Mon Jun 27, 2011 12:41 pm
Hi The question is whether the following is true or false. The answer is false but when I compile and run I get true.
Code: Select all
[code]
float f = 1.0F/3.0F;
System.out.println( (f * 3.0F) == 1.0F );
[code]