To add up all the values in a two-dimensional array it would be best to use
A) one for loop
B) two separate for loops
C) a nested for loop
D) no loop
E) one sentinel controlled loop
C) a nested for loop
Computer Science & Information Technology