Computer Science, asked by TanimIslam, 7 months ago

Find the output

char ch = 'x'; int n = 5;
n = n + (int)ch;
char c = (char)n;
System.out.println((char)(int)c-26));​

Answers

Answered by rajeshkumarsinghb
2

Answer:

char 65.

Explanation:

hope it helps plzz mark it as brainliest

Similar questions