`Do...While` loops makes sure that the code is executed at least once, and after the execution, if the condition inside the `while()` is **true**, it continues with the loop, otherwise it stop.
---
## Solutions
<details><summary>Solution 1 (Click to Show/Hide)</summary>