int a = 14; b = 4;
boolean x = (a>b)? true: false; write the ternary operator
Answers
Answered by
1
Answer:
true
bcz a is 10 digit greater than 4
so,
a>b
then, x = (a>b)........
Similar questions
Social Sciences,
5 months ago
Geography,
5 months ago
Science,
5 months ago
Physics,
1 year ago
CBSE BOARD XII,
1 year ago
Physics,
1 year ago