You are viewing a single comment's thread. Return to all comments →
You can simplify the if condition and remove extra checks like this: (B > 0 && H > 0) && (B != 100 && H != 100)
Seems like cookies are disabled on this browser, please enable them to open this website
Java Static Initializer Block
You are viewing a single comment's thread. Return to all comments →
You can simplify the if condition and remove extra checks like this: (B > 0 && H > 0) && (B != 100 && H != 100)