Yes.
That probably would not hurt. But the next long example has a few points of interest.
Here is an example program: the program reads in lines of text from the user. Lower case characters from each line are converted to upper case and printed out. The user quits the program by entering a single character 'Q' at the start of a line.
How can character 'a' be converted to character 'A'?