Which of the following if statement is correctly writen?

Submitted by: Administrator
A. if firstName = "ABC" then {};
B. if {firstName = "ABC"} then ();
C. if(firstName == "ABC") {};
D. if(firstName = "ABC" || lastName="abc") {};
Submitted by: Administrator

Read Online Adobe Flash Job Interview Questions And Answers