"" 

, 4.

Compilation error: Syntax error

">
MCQs > IT & Programming > Actionscript 3 > What's the output? var num1 : String='Hello'; var num2:String='Hello'; if (num1===num2) { trace ('Equal'); } else { trace ('Unequal'); }

Actionscript 3 MCQs

What will be the output of the following code snippet?

        var num1 : String="Hello";

        var num2:String="Hello";

        if (num1===num2) {

                trace ("Equal");

        } else {

                trace ("Unequal");

        }

Answer

Correct Answer:

Equal 

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