Cpp-Fundamentals
Cpp-Fundamentals copied to clipboard
Update main.cpp
Changed the length number of 3 to reference the outer for loop iterator for size of index. Shows a visual representation of how nested for loops iterators can rely on one another for traversal.