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 Express

匿名用户 最后更新于 2021-12-01 19:36 计算机类Computing

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

已邀请: