ICSE Class 10 Computer Applications
Question 15 of 30
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 15
Back to all questionsCharacter.toUpperCase( char )
Reason — The method Character.toUpperCase(char) is used to convert a single lowercase character to its uppercase equivalent. It belongs to the Character class in Java.