...
/Exercise: Sum All Elements of a Nested Array
Exercise: Sum All Elements of a Nested Array
Work through this exercise to sum all elements of a nested array.
We'll cover the following...
Problem statement
In this challenge, we’ll use references and nested data structures to add all the elements of a two-dimensional nested array. The sum must be stored ...