I need to define specific numbers out of an array of 52 numbers so I can assign them an image (yes I am creating an applet). I don't think that code is necessary for any of you to answer this question. Any help would be fantastic.
-
docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.htmlBoann– Boann2014-05-23 16:47:40 +00:00Commented May 23, 2014 at 16:47
-
Did you try searching for "array access Java"? Because the tutorial linked by @Boann is the first result.Michelle– Michelle2014-05-23 16:49:54 +00:00Commented May 23, 2014 at 16:49
-
possible duplicate of Integer array access - Javanull– null2014-05-23 17:07:32 +00:00Commented May 23, 2014 at 17:07
Add a comment
|