600 B
600 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 CORRECT
- 22
- -19
- 36
- -12
1: The expression can also be: 5 + (2 * 5) + 7
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
4: You're close but remember! The result of an expression with floats and integers is always a float.