Write the output of the following:
(1) System.out.println (Character.is UpperCase('R'));
(i) System.out.println(Character.toUpperCase('j'));
Answers
Answered by
0
Answer:
1) System.out.printh(Character.is UpperCase('R'))
Explanation:
i hope you helpfull
Answered by
0
Answer:
true
J
explanation: the data type of character.isupperCase is Boolean so it will return true and in second method we have to convert given character into uppercase.
Similar questions