I need a lot of help!

Terry Reedy tjreedy at udel.edu
Tue Apr 1 16:49:14 EST 2003


"Jewlz408" <Jewlz408 at aol.com> wrote in message
news:31ef0f43.0304011336.1d2777ac at posting.google.com...
> I need a lot of help
> What do you know about Arrays
> How many storage Locations will be allocated for each of the given
arrays?
> 1) Dim A(1 to 10)
> 2) Dim B(-3 to 5)
> 3) Dim C$( 12)
> 4) Dim D( 1 to 4, -2 to 2)
> 5) Dim E(4,6)
>
> And What does the following programs do with its output?
>
> Dim Table( 1 to 5, 1 to 3)
> For I = 1 to 5
> For J = 1 to 3
> Let Table(I,J) = 1
> Next J
> Next I
> End
>
> What does the program do?
> And what is the output?
>
>
> Thankyou so much for your time
> Please help me!

You appear to be programming in some version of Basic.  This is the
newsgroup for Python, which is quite different.  You need to ask your
questions elsewhere.

TJR






More information about the Python-list mailing list