Computer Science, asked by junaid6115, 19 days ago

write the output
int a=10,b=20,c;

c=(!(a<b))?(a!=b)?a-b:b-a:0;

System.out.print(c);​

Answers

Answered by srushticv
0

Explanation:

a+b=c

10+20=30

c=30

so the answer is 30

Answered by salmafayaz1675
0

Answer:

a+b=c

10+20=30

therefore c=30

Similar questions