if int y = 11 : find int z = ++y+y++* (++y+5)
Answers
Answered by
0
Answer:
432
Explanation:
z = 12 + 12 *( 13+5)
z= 24*18
z= 432
Similar questions