539 B
539 B
What's the result of the expression?
5 - 2 * 5 + 7
- 2 CORRECT
- 22
- -19
- 36
- -12
What's the result of the expression?
5 - (2 * 5) + 7
- 2
- 22 CORRECT
- -19
- 36
- -12
What's the result of the expression?
5 - 2 * (5 + 7)
- 2
- 22
- -19 CORRECT
- 36
- -12
What's the result of the expression?
5. -(2 * 5 + 7)
- 2
- 22
- -19
- -12
- -12.0 CORRECT
- You're close but remember! The result of an expression with floats and integers is always a float.