Methods should not be written inside double quotes.
True
False
5 practice sets · Page 1 of 1
Methods should not be written inside double quotes.
True
False
The downcase method changes the whole string to smallcase letters.
True
False
What does the .upcase method do?
Convert the string to uppercase
Convert only lowercase string to uppercase and vice-versa
Convert the string to lowercase
None o the mentioned
The .length method is used to check number of characters.
True
False
Which of the following is the valid string method?
The .length method
The .upcase method
The .downcase method
The .irreverse method