No priming read is required

Having the test at the end of the loop guarantees that the body of the loop will be executed at least once regardless of the first value entered by the user.

This eliminates the need for a priming read as was used in the previous program.