Computer Science, asked by anshitadhawan2006, 2 months ago

State the data type and value of res after the following is executed:

char ch='t';

res= Character.toUpperCase(ch);​

Answers

Answered by bajpayeeayushi456
0

Explanation:

Computer ka answer hai yh toh

Answered by PrakhM
2

Answer:

the answer is T(in upper case)

and in data type char

Explanation:

res= T;

Similar questions