You will be reading data from a file (number of names unknown) which has a sentinel value of xxx at the end. You need to determine whether the name John Smith is locatedin the file and, if so, how many times this name appears. after you have read all names from the file, display the number of times this name appears in the file. write the logic - step by step - to show me you can code a program to accomplish this task.