Reply 1

profileAdejoke
4.1DisscussionReply1.docx

In your responses to your classmates, address the following:

· Ask them questions about the website researched or what they learned from it.

· an array is a list OR a table of data, numbers or words, that is stored as a variable pretty much.  in order to use the array you have to define it like a variable, giving it a name and specifying the data stored in that name. most commonly it is just a list that starts at 0 and continues until you have no additional data stored. when you want to call that data out, you reference the name, and in square brackets beside it, what position the data you want called is. these can be useful if you are storing a lot of information and don't want to run out of names for the variables, so there would only be one name and just a list of numbers afterwards coinciding with the position of the information you are wanting to call.

· example Text  Description automatically generated

· when using a table form, you would have two numbers in the square brackets, first is the number of rows, and the second is the amount of columns. When making a selection you would put in the number corresponding to the place you want. so in the example if I wanted to select the number 10 I would choose 2,3 or in code table[2][3] in order to call that number.

·  

· My Reference Site

image1.png