Computer Science, asked by kirtichugh7, 9 months ago

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 nirmaldebnathsxi
0

Answer: I don't know

Explanation:

Similar questions