Computer Science, asked by khushi120908, 8 months ago

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 jayeshw
1

Answer:

lower case a

Explanation:

answer is a

Similar questions