Each letter in our alphabet has a lower-case and an upper-case version. Since we may be interested in converting from upper- to lower-case or from lower- to upper-case it is beneficial for us to examine whether there might be a pattern between the two ASCII codes that correspond to the lower- and upper-case versions of a given letter.
Using the pattern you found, write a C program that first asks the user to enter a lowercase letter and then converts that letter to the corresponding uppercase letter and prints the letter (with no other text) out to the screen.