Write the output of the following code snippet:
int i = 200;
int j = 50;
int Ans = i > j ? ‘b’ : ‘B’;
System.out.println(Ans);
Answers
Answered by
0
Answer: I don't know
Explanation:
Similar questions
Math,
4 months ago
Social Sciences,
9 months ago
Math,
9 months ago
Hindi,
1 year ago
Math,
1 year ago