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