ICSE Class 10 Computer Applications
Question 13 of 30
Solved Sample Paper 4 — Question 13
Back to all questions 13
Question Question 1(xiii)
Method that converts a character to uppercase is
- toUpper()
- ToUpperCase()
- TOUPPERCASE()
- toUpperCase(char)
toUpperCase(char)
Reason — Method that converts a character to uppercase is toUpperCase(char).