Computer Science, asked by AagnikAr, 2 months ago

10. Give the output:
System.out.println(Character is UpperCase('2'));
System.out.println(Character is LowerCase('2'));
Your answer
Ne submit passwords chreugh Google Forms
This content is nether created nor endorsed by Google Report Abuse Terms of Service - Privacy Policy​

Answers

Answered by kirana34
0

Answer:

False

False

Explanation:

It checks whether 2 is a upper case or lower case character and returns false as 2 is not a charcter in lower or upper case, but a digit.

Similar questions