What is an array
An array is group of variables that is given only one name. Each variable that makes up
the array is given a number instead of a name which makes it easier to work with using loops among o
ther things.
Declaring an array
Declaring an array is
the same as declaring a normal variable except that you must put a
set of square brackets after
the variable type. Here is an example...
Posted in: Java,learning programming,Programming
Email This
BlogThis!
Share to Facebook
0 comments:
Post a Comment