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.

Which loop evaluates the condition expression as Boolean, if it is true, it executes the statements and when it is false it will terminate?

a) For loop
b) while loop
c) do-while loop
d) All of the above

Answer: b
Explanation: While loop evaluates the condition expression as Boolean, if it is true, it executes the statements and when it is false it will terminate.

Join The Discussion