Computer Science, asked by likith85, 6 months ago

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 singhbander01
0

Answer:

can you tell in which class you are

Similar questions