Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Get immediate and reliable solutions to your questions from a community of experienced experts on our Q&A platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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;