Joyce4929 Joyce4929 07-06-2024 Computers and Technology Answered 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;