Implement a C++ program that :
1. stores in a container the following key words:
CMOS
sCMOS
CCD
sensor
image
2. reads a text file sensors.txt to collects statistical data that show how many times each
keyword appears in the text file
3. Prints a report that shows how many times each keyword has been fond. The keywords must be
sorted according to how many times they have been counted.