Write the output:
char ch = ‘a’ , ch1=’A’;
int c = ch+ch1;
System.out.println( c );
System.out.println((char)(ch-32));
Answers
Answered by
1
Answer:
okay.
a+A.
it's the output.
Similar questions