What is the value of the 4th element of the price array that stores 10 int v...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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;