Computer Science, asked by akshatsinha12s97, 9 months ago

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

Answers

Answered by Oreki
0

Answer:

66

Explanation:

As X is equal to 5 and Unicode value of 'B' is 66 so, N = 66.

Similar questions