Title: Two-dimensional array coding example
with functions
Video Content: An example
of how to write C++ code to initialize a
2D array using an initializer list. Then a
function findLargest is written passing in
a 2D array and returing the largest value
in the 2D array. |