Math, asked by monaligr, 8 hours ago

) x = 40

y = 35

z = 20

w = 10

If these are the values assigned, comment on the output of these two statements.

Statement 1: print x * y / z w

Statement 2: print x * y / (z w)

Answers

Answered by ktaranjot076
0

Answer:

700

Step-by-step explanation:

statement 1: x *y/zw=40*35/20(10)

1400/ 200

700

statement 2: X *y / (zw) =40*35/ (20)(10)

1400 / 200

700

Similar questions