+ 1
The comment in the yellow box seems incomplete and wrong.
it says this is the precedence order: ** * / + - doesn't say where the boolean sits. Additionally, in the table next page it puts another precedence. which is correct?
6 Answers
+ 2
what table are you talking about, if you don't mind sharing more of what your'e getting wrong
+ 2
+ 1
sarah
It is a bitwise operator:
https://www.sololearn.com/learn/4070/?ref=app
If I understand it correctly:
In the yellow box is a description of math operator precedence. If you only have math operators in your expression than: * / comes before + -
If you have more operators or other than math, you can use the table on the next page.
+ 1
Thanks
0
It is the table in the section named "Operator Precedence". It seems I can't put the screenshot here
0
Yes, the next page to this link is the table. I also don't know what~ refers to.