Join the IDNLearn.com community and start exploring a world of knowledge today. Find the solutions you need quickly and accurately with help from our knowledgeable community.

Given the following code, write a for loop to total up the array:

const int SIZE = 5;
float numbers[SIZE] = { 1,3,5,7, 42};
int x;