Computer Science, asked by YashaswiniP, 2 months ago

1. int a 10 , b=20,c=80;
c+= (a>0 && a<=50)? ++a : a/b;
System.out.println( c);​

Answers

Answered by amansarrafas24payxgs
1

Answer:

Output:

Output:91

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions