InterviewSolution
Saved Bookmarks
| 1. |
The downcase method changes the whole string to smallcase letters.(a) True(b) FalseI had been asked this question in examination.Query is from String Methods topic in chapter Ruby Basics of Ruby |
|
Answer» CORRECT CHOICE is (a) True The EXPLANATION is: CHANGES EVERYTHING to smallcase. |
|