Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The following syntax is correct for if conditional statement.
if condition
code
end

The following syntax is correct for if conditional statement.
if condition
code
end
a) True
b) False

Answer: a
Explanation: The condition is true then only the code inside will execute.

Join The Discussion