Discover the answers you need at Westonci.ca, where experts provide clear and concise information on various topics. Explore in-depth answers to your questions from a knowledgeable community of experts across different fields. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

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;