PS 2
do
{
STATEMENTS;
}
while(CONDITION);
The advantage is that you do the loop at least once. Write a programme that says "Input any word that isn't pointless" and keeps asking until you enter a word that isn't "pointless" and the programme finishes.