4. Convert The Following If..else Statement In Figure 10 To Conditional Expression. If (repeat - T) Q = 0 + 2; Else 2 = 2+1; Figure 10 Answer: (2 Marks) 5. Write If...else Statement For The Following Expression In Figure 11 Printf(\"difference Betwee

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

4. Convert the following if..else statement in Figure 10 to conditional expression. If (repeat - T) Q = 0 + 2; else 2 = 2+1; Figure 10 Answer: (2 marks) 5. Write if...else statement for the following expression in Figure 11 printf("difference between a and b= %d", a>b ? a-b :b-a) Figure 11 Answer: (2 marks) 12

已邀请: