✏️ Explanatory Question
| while | do-while |
|---|---|
| It is an entry-controlled loop. | It is an exit-controlled loop. |
| It is helpful in situations where numbers of iterations are not known. | It is suitable when we need to display a menu to the user. |