InterviewSolution
Saved Bookmarks
| 1. |
State the data type and value of res after the following is executed:char ch = ‘t’; res=Character. toUpperCase(ch); |
|
Answer» int type and value is 84. |
|