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
2
Answer:
char 65.
Explanation:
hope it helps plzz mark it as brainliest
Similar questions