) 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
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
Math,
13 days ago
Sociology,
13 days ago
Computer Science,
27 days ago
Chemistry,
27 days ago
Science,
8 months ago