Write a program that transforms all the alphabetic characters in an input
file into uppercase characters in an output file. Call the input file
lower.source
, and call the output file upper.sink
. Base your program on the program you wrote for
the problem given in Segment 336.