InterviewSolution
Saved Bookmarks
| 1. |
Array of arrays are called multidimensional arrays.(a) True(b) FalseThis question was posed to me in homework.Query is from Arrays of Arrays topic in portion Arrays and Hashes in Ruby Programming Language of Ruby |
|
Answer» RIGHT CHOICE is (a) True The BEST EXPLANATION: We can PUT anything in an array and make it array of arrays. |
|