Exercise:Change the first item of cars to "Opel" by referring to the index number, and display the whole array. Hint: Remember that array indexes start with 0. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|