1.

Computer Science-Evaluate the following expression of the values of the variables are : k=8, m=11 and r=7.w=k*(m++/3)+(k+(- -r+r++))​Please answer correctly step by step.

Answer»

Answer:

K=8, m=11 and r=7.

w=k*(m++/3)+(k+(--r+r++))​

w = 8 × ( 11/3) + ( 8 + ( 7+ 6))       || now value of r = 7 after r++

w = 8 × 3 + ( 8 + 13 )

w = 8 × 3 + 21

w = 24 + 21

w = 45

**Please MARK this answer as Brainliest answer. Thank you!



Discussion

No Comment Found