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.

Point out the correct statement?

a) Blocks are evaluated until a new line is entered after the closing brace
b) Single statements are evaluated when a new line is typed at the start of the syntactically complete statement
c) The if/else statement conditionally evaluates two statements
d) Break will execute a loop while a condition is true

Answer: c
Explanation: The if/else statement returns, as its value, the value of the statement that was selected.

Join The Discussion