Chapter 7: Problem 3
Perform the following tasks for an array called fractions: a) Declare a constant ARRAY_SIZE that's initialized to 10 b) Declare an array with ARRAY_SIZE elements of type double, and initialize the elements to 0. c) Refer to array element 4 d) Assign the value 1.667 to array element 9 e) Assign the value 3.333 to array element 6 f) Sum all the elements of the array, using a for statement. Declare the integer variable \(x\) as a control variable for the loop.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.