I need help

Jewlz408 Jewlz408 at aol.com
Tue Apr 1 16:38:04 EST 2003


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!

E-mail me with your answer please at
Jewlz408 at aol.com
Thanks again




More information about the Python-list mailing list