Programming Languages JavaScript Objective
Mar 06, 2013

Which of the following is the structure of an if statement?

Choose the correct answer:
A) if (conditional expression is true) then execute this code end if
B) if (conditional expression is true)execute this code end if
C) if (conditional expression is true) {then execute this code>->}
D) if (conditional expression is true) then {execute this code}
Detailed Explanation

Option C is the right answer.

Discussion (0)

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

Share Your Thoughts
Feedback