If y = 14 then find z = (++y * (y++ + 5));
Answers
Answered by
2
Answer:
step by step solution
Explanation:
hope u understand
Attachments:
Answered by
49
Explanation:
Given :
- y = 14
Find :
- z = (++y * (y++ + 5))
Solution :
z = (++y * (y++ + 5))
z = (15 * (15 + 5))
z = (15 * 20)
z = 300.
Hence :
The value of z is 300.
Similar questions