Answers

Question and Answer:

  Home  Adobe Flash

⟩ Which of the following if statement is correctly writen?

A. if firstName = "ABC" then {};

B. if {firstName = "ABC"} then ();

C. if(firstName == "ABC") {};

D. if(firstName = "ABC" || lastName="abc") {};

 194 views

More Questions for you: