Practice ยท 2 of 3
Grid Total
Implement int grid_sum(const int g[][3], int rows) returning the sum of all elements.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Grid Exercises
Practice ยท 2 of 3
Implement int grid_sum(const int g[][3], int rows) returning the sum of all elements.
Difficulty: beginner
Back to lesson: Practice: Grid Exercises