79690607

Date: 2025-07-04 19:30:36
Score: 3.5
Natty:
Report link

That code is totally bizarre.

Why would anyone write it that way?

Most of the variables are defined outside your posted snippet.

Please tell us what this code does.

This statement is always false by definition:

d > d

Try changing this code:

} else if (j == false) { // <---------------------------- error
          if (((d < 1.0D || d > d) ? false : true) == false)
            c = 7; 
        }

to this:

} else if ((j == 0) && (d < 1d)) c = 7;
Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell us what
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Langdon