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
1
Answer:
m=+m
Please if it's correct add me up
Similar questions