Exercise 2: Transformation of a text file Write a program named toupper that converts all letters in a file to upper cas
Posted: Fri May 20, 2022 12:38 pm
Exercise 2: Transformation of a text file Write a program named toupper that converts all letters in a file to upper case. (Characters other than letters shouldn't be changed.) The user will supply the name of the input file on command line. toupper test.txt