Computer Science, asked by joshithareddy026, 3 months ago

char x ='A' ;
int m;
m=(x=='a') ? 'A' : 'a' ;
System.out.println ("m="+m)​

Answers

Answered by ajb7899
4

Answer:

97

Explanation:

97 is ASCII value of a

Similar questions