Solved

Which of the Following Statements A), B) or C) Is

Question 18

Multiple Choice

Which of the following statements a) , b) or c) is false?


A) String methods xe "string built-in type:lower method"xe "lower method of a string"lower and xe "string built-in type:upper method"xe "upper method of a string"upper can convert strings to all lowercase or all uppercase letters, respectively.
B) Method capitalize copies the original string and returns a new string with only the first letter capitalized (sometimes called xe "capitalization:sentence"xe "sentence capitalization"sentence capitalization) .
C) Method title copies the original string and returns a new string with only the first character of each word capitalized (sometimes called xe "capitalization:book title"xe "book-title capitalization"book-title capitalization) .
D) All of the above statements are true.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions