Part 1:
For the first step of the project, implement in C++ afunction:
map<string, int> get_counts(string file_name) {}
file name: textFile.txt
Early to bed and early to rise makes a man healthy, wealthy, andwise. I think, therefore I am. It does not matter how slowly you goso long as you do not stop. Love the life you live. Live the lifeyou love.
**Note the removal of the capitalization and punctuation.
int main()
{
map<string, int> r = get_counts(“testFile.txt”);
cout << “early: ” << r[“early”] << endl;
cout << “you: ” << r[“lyou”] << endl;
cout << ” love: ” << r[“love “] << endl;
cout << ” the: ” << r[“the “]
PayPal Gateway not configured
PayPal Gateway not configured