Why is Netbeans suggesting I “Flip operands of the binary operators” in my Java code

Netbeans frequently suggests that I “flip operands of the binary operator” when I’m doing mathematical calculations. For example, in the following line of code: Netbeans makes the suggestion for every mathematical symbol (so it does it three times in the ‘pennies’ line. I’m not sure I understand why it’s making the suggestion. If I were … Read more