Solution Review: Filling Array with Loop Counter
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
As you can see, in main at line 5 we declare an array arr with length 15. We set the length to 15 ...