The .upcase and .capitalize method are used for capitalizing the whole string.
True
False
(B) False
Explanation:
The .capitalize method doesn't change the whole string to uppercase, it just capitalizes the first letter.