The comment in the yellow box seems incomplete and wrong. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

13th Mar 2020, 8:50 PM
sarah
sarah - avatar
6 Answers
+ 2
what table are you talking about, if you don't mind sharing more of what your'e getting wrong
13th Mar 2020, 9:06 PM
✳AsterisK✳
✳AsterisK✳ - avatar
13th Mar 2020, 9:41 PM
Denise Roßberg
Denise Roßberg - avatar
+ 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.
13th Mar 2020, 11:48 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
Thanks
14th Mar 2020, 3:39 AM
sarah
sarah - avatar
0
It is the table in the section named "Operator Precedence". It seems I can't put the screenshot here
13th Mar 2020, 11:30 PM
sarah
sarah - avatar
0
Yes, the next page to this link is the table. I also don't know what~ refers to.
13th Mar 2020, 11:31 PM
sarah
sarah - avatar