if numbers is a two-dimensional int array that has been initialized and total is an int that has been set to 0, which of the following will sum all the elements in the array?

a) total = Σ₀⁵ Σ₀³[i][j]
b) total = Σ₀³ Σ₀⁵[i][j]
c) total = Σ₀³ Σ₀⁵[i][j]
d) total = Σ₀⁵ Σ₀³[i][j]

Answer :

Other Questions