Computer Science, asked by chowdhuryhrittpc8zob, 11 months ago

What is the output of the following?
char c = 'A':
short m=26;
int n= c + m;
System.out.println(n);

Answers

Answered by somalia31
2

Answer:

91 will be the answer

hope it helps

Similar questions