Consider the following statement
@array1 = (9, “A”, 0..9, “PERL”);
Given this statement, @array1 consists of how many elements?
A.
13
B.
4
C.
12
D.
16
Consider the following statement
@array1 = (9, “A”, 0..9, “PERL”);
Given this statement, @array1 consists of how many elements?
Consider the following statement
@array1 = (9, “A”, 0..9, “PERL”);
Given this statement, @array1 consists of how many elements?
A.
13
B.
4
C.
12
D.
16
A