You now understand operators and expressions.
Arithmetic operators: +, -, *, /, %
Comparison operators return true or false
Logical operators combine conditions: &&, ||
Operator precedence determines evaluation order
Good job. You can now calculate and compare. Next, you will learn to control program flow with if statements and switches.