assignment-7-tests-your-knowledge-of-namespaces-strings-and-user-defined-simple-data-types-chapter-7

Write a program that reads lines from the attached file into a string (one line at a time) and computes and outputs to the console (into a table format, one column for the concept and one column for the number of times) the number of times each one of the following exact concepts was found in the CS.txt file:

1. Computer Science

2. COSC

3. C++

4. Programming

5. RLC

6. Richland (any caps)

Do not edit the file. You should solve the problem in C++ using only concepts studied in class so far.

CSC.txt file is attached below.