Correct the following code so that it correctly sets the val…
Correct the following code so that it correctly sets the value of each element of myList to the index of the element and outputs each element of the array to the console on a single line. There are 5 syntax errors. Label each error correction clearly. (11/22) int myList[100]; for(int i = 1; i
Read Details