Computer Science, asked by kumarkshitiz30dec200, 6 months ago

Give the output of the following code snippet int x=5; int N= x!=5 ? 'A':'B'; System.out.println(N);​

Answers

Answered by pratyush7975
1

Answer:

I think so that the answer will be A

Similar questions