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.

Is the following syntax correct?
if conditional
code…
elsif conditional
code..
else
code
end

Is the following syntax correct?
if conditional
code…
elsif conditional
code..
else
code
end
a) True
b) False

Answer: a
Explanation: All the three statements execute only when it’s true.

Join The Discussion