Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What does the .upcase method do?

a) Convert the string to uppercase
b) Convert only lowercase string to uppercase and vice-versa
c) Convert the string to lowercase
d) None o the mentioned

Answer: a
Explanation: .upcase method is used to change the given string to uppercase.

Join The Discussion