Computer Science, asked by 976157, 5 days ago

x=5, find 1. a=x++ + x 2. a= ++x + x​

Answers

Answered by Quansizr
0

First of all the Pre operators are solvedSecond step is to solve expressionThird step is to solve Post operatorsSo answer isPre opr - X = 6Exp solved Y = 12Post opr X = 7X is 7Y is 12

Answered by krishnandinesh81
0

Answer:

please mark as brainslist

x = 3 and y = ++x + x++ why y=9 not 8 . And if y= x++ + x++; y =7. What is that ?

Similar questions