Computer Science, asked by sashigundam, 3 months ago

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 KesavanCSE
8

Answer:

question is not posted clearly.

if you post y=x-1-x

answer for that question is

-1

Answered by yashaswi084
0

Answer:O/p=-1

Explanation:

output 2*0+(-1)=-1

Similar questions