ICSE Class 10 Computer Applications Question 2 of 10

Solved 2022 Semester 2 Question Paper ICSE Class 10 Computer Applications — Question 2

Back to all questions
2
Question

Question 1(ii)

Method that converts a character to uppercase is ............... .

  1. toUpper()
  2. ToUpperCase()
  3. toUppercase()
  4. toUpperCase(char)
Answer

toUpperCase(char)

Reason — Method that converts a character to uppercase is toUpperCase(char) method.