CIW
1D0-437 · Question #7
Consider the following statement: @array1 = (9, "A", 0..9, "PERL"); Given this statement, @array1 consists of how many elements?
The correct answer is A. 13. See the full explanation below for the reasoning.
Question
Consider the following statement:
@array1 = (9, "A", 0..9, "PERL"); Given this statement, @array1 consists of how many elements?
Options
- A13
- B4
- C12
- D16
How the community answered
(63 responses)- A75% (47)
- B8% (5)
- C3% (2)
- D14% (9)
Community Discussion
No community discussion yet for this question.