Home Segments Index Top Previous Next

560: Practice

Write a program that transforms all the alphabetic characters in an input file into upper-case characters in an output file. Call the input file lower.source, and call the output file upper.sink. Base your program on the one shown in Segment 530.