Computer Science, asked by RoYaLStRaNgEr, 6 months ago

What will be the output of the following code? [2]

char x=’A', y='b' ;

int m = x + y ;

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

Answers

Answered by harshadapansare8585
1

Answer:

m=+m

Please if it's correct add me up

Similar questions