char ch = 'y';
char chr = Character.toUpperCase(ch);
int p = (int) chr;
System.out.println(chr + "\t" + p);
Answers
Answered by
1
Explanation:
output is:
Y 121
hope it helps
please mark as brainliest
Similar questions
Biology,
1 month ago
Science,
1 month ago
Economy,
1 month ago
Social Sciences,
2 months ago
English,
2 months ago
Biology,
9 months ago
India Languages,
9 months ago
English,
9 months ago