11. Given the array weekdays, what is the data type of the array considering the elements?
a. string
b. double
c. real
d. int
12. The position of an element in array is called a transcript
a. True
b. False
13. An array can store a group of values, but the values must be:
a. The same data type
b. Each of different data type
c. Constants
d. Integers
14. A one-dimensional array can be seen as a single column with just one row or a single row with single column
a. True
b. False
11) - a
12) - b
13) - a
14) - b
Comments
Leave a comment