Computer Science, asked by jenny5432, 2 months ago

If x = 20 and y = 10 then determine the result of following statements :
(¡) x+=y
(ii) x = y
(iii) x %= y
(iv) x-- = b
(V) x *= y
(vi) x/= y​

Answers

Answered by praveen916275
3

Answer:

a x=20+10= 30. b. 20=10=10. c 20%= 10= 10%

f. 20/10= 10

Similar questions