Question 1
The while loop and the do loop are equivalent in their expressive power; in other words, you can rewrite a while loop using a do loop, and vice versa.
◦ true
◦ false
Question 2
You can always write a program without using break or continue in a loop.
◦ true
◦ false