What is the value of the 4th element of the price array that stores 10 int v...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the value of the 4th element of the price array that stores 10 int values, after the following code is executed?for (int k=0; k < 7; k++) price[k] = 3 * k;