Write a complete C++ program that counts the number of times the character 'e' appears in the text file story.txt, and prints that number to cout. You should write all the necessary code in main; do not define any of your own functions. Make sure to include the necessary .h files, and check that story.txt has been opened successfully