what will be the output of the following (i) System.out.println(Character.isUpperCase(R)) (ii)System.out.println(Character.toUpperCase('j'))
Answers
Answered by
2
Answer:
At the time of function declaration void signify that function has no return type, that means function will not return any value.
Explanation:
Hope it helps u
Please mark me as brainliest and follow
Answered by
0
Answer:
Write the output of the following : (i)System.out.println(Character.isUpperCase(‘R’)); (ii)System.out.println(Character.toUpperCase(‘j’);Read more on Sarthaks.com - https://www.sarthaks.com/840292/output-following-system-println-character-isuppercase-println-character-touppercase
Attachments:
Similar questions