Computer Science, asked by Hardeep7139, 5 months ago

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

Answer:

Answer of m will be 97 ok

Similar questions