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.

Syntax for unless conditional statement is
unless conditional [then]
code
else
code
end

Syntax for unless conditional statement is
unless conditional [then]
code
else
code
end
a) True
b) False

Answer: a
Explanation: Executes code if condition is false. If the condition is true, code specified in the else clause is executed.

Join The Discussion