Exit 9A0-182 Flex 4.5 ACE Exam
Question 1 of 5
0% complete
Q1 Single choice

Given the following snippet:

var ac:ArrayCollection = new ArrayCollection();
ac.addItem(0);
ac.addItem(1);
ac.addItem(2);
ac.addItem(3);
ac.addItemAt(2,1);
var k:uint = ac[1]

What is the value of k?

  • A

    0

  • B

    1

  • C

    2

  • D

    3

Previous Next