22. If x = 20 and y = 10 then determine the result of following statements :
(1)^2 += y 10 (ii) x = y
(iii) x %= y
(iv) * - = b
(V) x *= y
(vi) x/= y
23. What will be the result of following expressions ?
(i) a = (b = 5, b + 7); (ii) b = ((c = 5, C + 7), (C-3, c* 5))
Answers
Answered by
0
Answer:
22. vi -x/=y
23.i don't know
Similar questions