Why do we need a condition in a while loop?

So we can decide when to run or skip its code blockSo we define what code the loop should repeatSo we can display code in the consoleWe don't need a condition in a while loop

So we can decide when to run or skip its code block.