Question 1: Declare Arraya[10, 20] as Integer is a two dimensional array with 10 rows and 20 columns that stores ________ elements
Question 2: A variable that is used to indicate whether a certain action has taken place is called a(n) _________.
Question 3: The code to craft a random integer between 1 and 100 is __________(random * 100) + 1.
Question 4: In some programming languages, ___________ are implemented as arrays whose elements are characters.
Question 5: Write the declaration statement for a two-dimensional array X of integers with five rows and five columns that accepts 25 integers from the user. _________________
Question 6: _________ consist of many linked tables.