Class
Write a class named
The class’s constructor should accept two file names as arguments. The first file should be opened for reading and the second file should be opened for writing. The class should read the contents of the first file, change all character to uppercase, and store the results in the second file. The second file will be a copy of the first file, except all the characters will be uppercase. Use Notepad or another text editor to create a simple file that can be used to test the class.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.