how many elements?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *