Printing the word CHECKED is exactly what I want to do. I find it to be simpler to have the variables set in advance as opposed to incorporating them into my print statements which would then require an alternative else statement.
Also, dealing with them before hand makes reusing the code in another application down the road a whole lot easier.