Short Answer
Complete the following statement so that it outputs the array sales.
double sales[10];
int index;
for (index = 0; index < 10; index++)
cout << ____________________ << " ";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Assume you have the following declaration char
Q15: Arrays can be passed as parameters to
Q25: In row order form, the _.<br>A) first
Q26: A collection of a fixed number of
Q30: Which of the following statements declares alpha
Q32: In a two-dimensional array, the elements are
Q41: Suppose list is a one dimensional array
Q44: Given the following declaration: int j;<br>int
Q47: After the following statements execute,what are the
Q48: The header file string contains the function