Simple help trying to understand this error and how to fix it
Provided is my code, this is all the code above it is just comments from previous assignments. I cant understand why in my array "numbers" cant use i to call that specific one.


2 Replies
Don't use Array
Ever
Use int[] to declare an array of ints
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View