Consider the following program code: @array = (10, Masami, 10..13, Niklas); for (\$i = 1; \$i < \$#array; \$i++) { print(\$array[\$i] ); } What is the result of executing this program code?
Reveal answer
Fill a bubble to check yourself
Consider the following program code: @array = (10, Masami, 10..13, Niklas); for (\$i = 1; \$i < \$#array; \$i++) { print(\$array[\$i] ); } What is the result of executing this program code?