Okay. So, The array is 30 big. It holds 30 elements. But, they are not placed between 1-30, they are placed between 0-29. So if you want the first array, you would do arr[0];
If you want the last element of the array, you would do arr[29];
So if you want the value of the next to last element of the array you would do arr[?] Post the answer under me if you get it :)
The Council agrees that:
⇒ You almost certainly should be using: -
⇒ You almost certainly should be using: ARR_SIZE
⇒ You need to use ARR_SIZE to access the right array element.
Well sir it says that I must use the ARR_SIZE.
I tried: x= arr[28];