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.

A conditional expression is also called a _______________

a) Alternative to if-else
b) Immediate if
c) If-then-else statement
d) Switch statement

Answer: b
Explanation: A conditional expression can evaluate to either True or False based on the evaluation of the condition. If the condition is true then the value following the operator is taken that’s why it is called immediate if.

Join The Discussion