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
0
Explanation:
a+b=c
10+20=30
c=30
so the answer is 30
Answered by
0
Answer:
a+b=c
10+20=30
therefore c=30
Similar questions