-->
当前位置:首页 > 题库

单选题:Which statement of the following is equivalent to `x * = y + z`

Luz5年前 (2021-05-10)题库982
Which statement of the following is equivalent to `x * = y + z` ? @[C](2)

A. x = y + z
B. x = x * y + z
C. x = x * (y + z)
D. x = x + y * z



A.x = y + z
B.x = x * y + z
C.x = x * (y + z)
D.x = x + y * z


答案:C