adplus-dvertising
frame-decoration

Question

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).break will execute a loop while a condition is true

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement?