Select the best answer
for each question. After completing the quiz, check your answers using
the answer key in the appendix.
-
Which statement is false
regarding an ARRAY statement?
-
It is an executable
statement.
-
It can be used to create
variables.
-
It must contain either
all numeric or all character elements.
-
It must be used to define
an array before the array name can be referenced.
-
Which statement contains
the incorrect syntax for a one-dimensional array?
-
array coupon[3] (.10, .20, .25);
-
array year[2014:2018) Year2014-Year2018;
-
array student[4] Student1-Student4;
-
array student[4] _temporary_ $16
('Anna Johnson', 'Ramesh Pinto', 'Ela Minsur', 'David Michaelsen');
-