Hydrowizard wrote:
>
> I don't understand why I need to use the * operator what
is it doing? Thanks
> for any help on this one I am nearly there!!
>
I guess it is used there because for some reason one wants
the value of
each element in the 3 dimensional array to be a value equal
to the three
indexes multiplied together. What one would do with that, I
can not
imagine, but that is what is going on.
P.S. Actually I presume this just a simple example so they
are just
creating somewhat meaningful but ultimately random values. In
a real
world application you would be setting the values to whatever
the system
needs them to be.