Find the output of the following:-
char ch = 'A';
int n = (int)C + 32;
System.out.println((char)n);
Answers
Answered by
12
c= enter a number
AC+32A
Similar questions