8.9 — Do while statements
Consider the case where we want to show the user a menu and ask them to make a selection — and if the user chooses an invalid selection, to ask them again. Clearly the menu and selection should go inside a loop of some kind (so we can keep asking …