Computer Science, asked by 20thSep, 3 months ago

2. Write the output of the given snippet:
char x= 'A'; int m;
m=(x= = 'a')? 'A': 'a';
System.out.println(“m="+m);​

Answers

Answered by ZohaNaazXD
0

Explanation:

2. Write the output of the given snippet:

char x= 'A'; int m;

m=(x= = 'a')? 'A': 'a';

System.out.println(“m="+m);

Similar questions