Computer Science, asked by jenofranklin980, 1 day ago

What is the value of x after executing the given expression, x=16/2*8+8-5++​

Answers

Answered by thakurrohit06383
0

Answer:

it's your answer42

Explanation:

x=16/2*8+8-5++= 42

Answered by ItzMeSam35
2

Let's Take The Value Of 5 in a Variable 'a'.

x = 16/2*8+8-5++ ;

Now ,

x = (16/2) * (8+8) - (5++) ;

x = (16/2) * (8+8) - (a++) ;

x = 8 * 16 - 7 ;

x = 128 - 7

x = 123

Similar questions