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 wrong statement?

a) for will execute a loop a fixed number of times
b) break will execute a loop while a condition is true
c) if and else tests a condition and acting on it
d) break is used to break the execution of a loop

Answer: b
Explanation: The if-else structure allows you to test a condition and act on it depending on whether it’s true or false.

Join The Discussion