1. class Test
2.
3. public static void main(String[] args)
4.(
5. int x =100;
6. int a = x++;
7. int b = ++x;
8. int c =xH:
9. int d=a<b)?(a<c)?a:(b<c)?b:c;
10. System.out.println(d);
11.)
12.)
Answers
Answered by
0
Answer:
2. {
Explanation:
4.{
11 }
12. }
I can't understand line 8 .
Similar questions