LAB 23: VARIABLES AND ARRAYS -
What is the difference between a local variable and an environment variable? -
How do you list all local variables? Environmental variables? -
In what initialization file would you store local variables? Why? -
Create an array called fruit . Put five kinds of fruit in the array. -
Print the array. -
Print the last element of the array. -
Print the number of elements in the array. -
Remove the first element from the array. -
If you store an item that isn't fruit in the array, is it okay? -
Describe the difference between a wordlist and a string. |