Question 1. File I/O [9]

Write a program that prompts the user to enter a filename, opens the text file (if possible) and counts the number of times the string "ei" appears anywhere in the file. The program should display the final count after closing the file.