Question: in c++ Complete the testFilelo function below. It needs to read a text file called input.txt, capitalize any lowercase letters and write the results to
Complete the testFilelo function below. It needs to read a text file called "input.txt", capitalize any lowercase letters and write the results to "output.txt" You should only capitalize lowercase letters. Do not modify any other characters. void testFile() { // YOUR CODE GOES HERE }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
