Computer Science, asked by abhijayff, 1 month ago

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

Answers

Answered by pranker44
1

Answer:

91

Explanation:

ASCII value of capital a is 65

Similar questions