state the values of n and ch.
char ch = 'E';
a = ch-3;
int n = ch+4;
ch = (char)n;
Answers
Answered by
1
Answer:
n = 73 and ch = H
Explanation:
The ASCII value of E is 69
Hence, a = 69 - 3 = 66
n = 69 + 4 = 73
Therefore, ch = H
Answered by
0
Answer:
E =69
N = 73
CH = H
Explanation:
FOLLOW ME AND MARK ME AS BRAINLIEST AND THANK ME
Similar questions