Problem:
a) Prompt the user to enter the path and name of a text File for input..
b) Count and print number of characters in the file .
c) Count and print the total number of words in the file .
Question- Print total number of occurrences of a user-specified word in the file.
Please show code with comments so I can follow what you are doing.