Give the output for the following snippet-
char x=‘A’;int m;
m=( x==‘a’)?’A’:’a’;
System.out.println("m="+m);
Answers
Answered by
3
Answer:
Answer of m will be 97 ok
Similar questions