Purpose of the program
The purpose of this program is to use relational and logical operators to determine if a character provided as input by the user falls within the range of characters from A through Z inclusive.
As long as the user enters characters that fall outside that range, the program displays an error message and requests another character.
When the user enters a character that falls within the required range, the program displays a thank-you message and terminates.