Computer Science, asked by tessybenadict789, 5 hours ago

char ch = 'y';

char chr = Character.toUpperCase(ch);

int p = (int) chr;

System.out.println(chr + "\t" + p);​

Answers

Answered by sameer7815
1

Explanation:

output is:

Y 121

hope it helps

please mark as brainliest

Similar questions