Computer Science, asked by sambrish695pbnw60, 5 months ago

Which of the following statements is/are False? *A break statement skips the rest of the loop and jumps over to the statement following the loop.The continue statement skips the rest of the loop and causes the next iteration of the loop to take place.The ‘else’ clause in while loop gets executed when the test condition becomes true.Options 2 and 3 both.​

Answers

Answered by shreyanshkr636
1

Answer:

Which of the following statements is/are False? *A break statement skips the rest of the loop and jumps over to the statement following the loop.The continue statement skips the rest of the loop and causes the next iteration of the loop to take place.The ‘else’ clause in while loop gets executed when the test condition becomes true.Options 2 and 3 both.

Similar questions