Exercise 2: Transformation of a text file Write a program named toupper that converts all letters in a file to upper cas
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!