Give the output of the following program code segment:
i) char c=’A’;
short m=2;
int n=c+m;
System.out.println((char)n);
Answers
Answered by
0
Answer:
can you tell in which class you are
Similar questions