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