Latest DATA STRUCTURE Aptitude Question SOLUTION: Given Integer x = 40, y = 35, z = 20, w = 10 Comment on the output of the following two statements print x * y / z - w print x * y / (z - w)