Discuss the below:
Q: Write a C++ program that reads from the external file input.txt, capitalizes all words that begin with the letter "a," and then writes them to an external file output.txt . Do not forget to copy the blanks. You may wish to use infile.get and outfile.put in your program.