1. int a 10 , b=20,c=80;
c+= (a>0 && a<=50)? ++a : a/b;
System.out.println( c);
Answers
Answered by
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