write the out put of the following
char ch = 'A',
int m = 32 ;
int n = ch + m ;
char c = (char) n ;
system.out.println (c);
Answers
Answered by
1
Answer:
lower case a
Explanation:
answer is a
Similar questions