Computer Science, asked by vishalraj46, 7 months ago

If int y=10 then find int z=(++y* (y++ +5));​

Answers

Answered by anindyaadhikari13
20

Question:-

  • Evaluate the following and find the value of z.

Working Out:-

Given,

y=10

z=(++y*(y++ + 5))

Or,

z=(11*(11+5))

Or,

z=11*16

Or,

z=176.

Hence, the value of z is 176.

Similar questions