State the data type and value of res after the following is executed:
char ch='t';
res= Character.toUpperCase(ch);
Answers
Answered by
0
Explanation:
Computer ka answer hai yh toh
Answered by
2
Answer:
the answer is T(in upper case)
and in data type char
Explanation:
res= T;
Similar questions