What is the output of the following?
char c = 'A':
short m=26;
int n= c + m;
System.out.println(n);
Answers
Answered by
2
Answer:
91 will be the answer
hope it helps
Similar questions