Computer Science, asked by sammeerhasan001, 8 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 pari83057
1

Answer:

you r answer is

c Enter a number

Ac 32A

Explanation:

Hope it's help ful

Similar questions