Computer Science, asked by shailgarg203, 6 months ago

What is the output of the following
char ch - 'A';
int m = 25;
int n = m+ch;
System.out.println (n);​

Answers

Answered by IamGenesis
2

Answer:

90

Explanation:

n = 25 + 65

65 is the ASCII code for A

Answered by Anonymous
14

Answer:

char ch - A

Explanation:

hope it's helpful

Similar questions
Math, 3 months ago