What is the Java corresponding to this tree?
A:
z = y + 3 * x
B:
z = x * y + 3
C:
z = (3 + y) * x
D:
z = (y + 3) * x
E:
z = x * (y + 3)
Answer
Contents
Page-10
Prev
Next
Page+10
Index