ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The .upcase and .capitalize method are used for capitalizing the whole string.
Correct Answer: B — False
The .capitalize method doesn't change the whole string to uppercase, it just capitalizes the first letter.