More on the conditional clause

The conditional clause in Listing 2 tests to see if the character entered by the user and stored in the variable temp falls outside the range from 65 through 90 inclusive.

This is accomplished by testing to see if the value of the character is less than 65 (A) OR is greater than 90 (Z).