I was given this task on test tests. The question was that I was passed to float as a parameter and asked when the next code would be false.
bool result = (floatValue == floatValue);
I could not think of an acceptable cause or situation where it would be false and still cannot. In the end, I replied that there would never be a case when this would be false. I wonder if anyone can give me an example (s) when this will be false
source
share