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

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

toUpperCase(char)

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