- 4
Fill in the missing parentheses to have X's value equal 14 int x =_4+3_*2; cout<<x;
8 Answers
+ 1
(4 + 3) * 2
(7) * 2
14
is the correct answer.
+ 1
help i dont understand the answer please
0
Just put two brackets in each of the blanks. This is because in parentheses the operation in the brackets is given priority over multiplication
0
Only ( )
0
- 1
(10 +15)- 13
- 2
(4+3)*2
4*2=8, 3*2=6
8+6=14
- 2
add brackets in blanks