Exam 2 practice: in directory: ~jkinne/public_html/cs151-s2014/code/brandon/ fixme.cpp -- Fix the compile error. before.cpp -- This is ... ugly. Remake it into something that uses loops. call it: "after.cpp" Write a program from scratch: make a program that... asks the user for 5 words. count how many 'e's are in each of the words and print the total. use two functions: one to get the word, one to count the 'e's. NOTE: Count lower-case AND upper-case 'e's