Introduction
A do-while loop helps you run a block of code at least once, then keep repeating it while a condition is true.
When you want to ask a question and repeat it until the answer is correct.
When you need to show a menu and keep asking for choices until the user wants to stop.
When you want to process data at least once before checking if more work is needed.