what is the result of the following expression when length equls to 8 width equal to 3 and height equal to 2.25? assume length and width are integer variable and height in a floating point variable
a) length × width + height
b) length + width × height
Answers
Answered by
1
Answer:
mark as brainliest
Explanation:
multiply and divide
substitute their values
Answered by
0
Answer:
a) 26.25
b) 6.75
Explanation:
In a) question, first we have to do multiplication (len x wid) and then add it to height.
in b) question, first do multiplication(wid x height) and add it to length.
always follow BODMAS order of operations, bracket division multiplication addition subtraction. do the operations in this order.
i hope it helps.
Similar questions