- Exercise 2 Transformation Of A Text File Write A Program Named Toupper That Converts All Letters In A File To Upper Cas 1 (37.58 KiB) Viewed 40 times
Exercise 2: Transformation of a text file Write a program named toupper that converts all letters in a file to upper cas
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Exercise 2: Transformation of a text file Write a program named toupper that converts all letters in a file to upper cas
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