Programming Languages JavaScript Objective
Mar 03, 2013

How can write a conditional statement for executing some statements only if "i" is NOT equal to 5?

Choose the correct answer:
A) if (i <> 5)
B) if (i != 5)
C) if =! 5 then
D) if <> 5
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback