MCQs > IT & Programming > Actionscript 3 > What's the output? var animal1:String = 'Lions'; var animal2:String = 'Dogs'; var zoo:Array = new Array(animal1, animal2, ' and Bears'); zoo[1] = 'Tigers'; trace(zoo);

Actionscript 3 MCQs

What is the output of the following snippet? var animal1:String = "Lions"; var animal2:String = "Dogs"; var zoo:Array = new Array(animal1, animal2, " and Bears"); zoo[1] = "Tigers"; trace(zoo);

Answer

Correct Answer: Lions,Tigers, and Bears

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it