Computer Science, asked by theroyalsgamerz, 7 months ago

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

Answer:

okay.

a+A.

it's the output.

Similar questions