Problem Statement - Using toUpperCase() of Character Wrapper
State the data type and value of res after the following is executed:
char ch=’t’;
res= Character.toUpperCase(ch);
Solution
CSKC| Created: 15-Apr-2019 | Updated: 26-Nov-2019|ICSE2017
State the data type and value of res after the following is executed:
char ch=’t’;
res= Character.toUpperCase(ch);
CSKC| Created: 15-Apr-2019 | Updated: 26-Nov-2019|ICSE2017