}
b.) What is the output:
Int a=10, b=20;
Int c= (a<b)?a:b;
System.out.println
Answers
Answered by
0
Answer:
Explanation:
}
b.) What is the output:
Int a=10, b=20;
Int c= (a<b)?a:b;
System.out.println
Similar questions