i) Given the following code segment in Figure 5, find the value of Z and show the solution steps in Table 4. (5 marks) int a=3, b=4, c=6; float x=5.0, y=7.0, Z; Z = (a + y) * x - b + c %a / -b * y; Figure 5 6 Table 4: Step in evaluating arithmetic expression Step Arithmetic Operation 0 Z= (a + y) * x-b+c % a/-b * y
没有找到相关结果