You have already completed these exercises!
Do you want to take them again?
You completed the C++ Multi-Dimensional Arrays Exercises from W3Schools.com
Share on:
Drag and drop the correct indexes to access the element B.
B
string letters[2][2] = { { "A", "B" }, { "C", "D" }};cout << letters[ ][ ];