integer x = 0, y = x--1--X
if(x = y)
print x + y
else if (y=x)
print x-y
else
print (2*x + y)
Answers
Answered by
8
Answer:
question is not posted clearly.
if you post y=x-1-x
answer for that question is
-1
Answered by
0
Answer:O/p=-1
Explanation:
output 2*0+(-1)=-1
Similar questions