Explanatory Question
Write the output:
char ch = 'F';
int m = ch;
m=m+5;
System.out.println(m + " " + ch);
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.