Loop body is executed

When the conditional clause in Listing 4 returns true, the body of the while loop executes.

As in the previous program, the code in the body of the loop displays an error message and then requests that the user enter another character.

When the user enters a new character, the test is performed again, and the process repeats.