Arrays inside an array (boxes inside a box)

This is how to make arrays inside an array.

string[][] passwords = { new string[] { "books", "aisle", "self", "password", "font", "borrow" }, new string[] { "technology", "laptop", "siri", "smartphone", "application", "smartwatch" } };

1 Like

I love this!

Privacy & Terms