write a Visual Logic program that reads a person's first name from a text (txt) file. Compare each name read to a set of names stored in an array (that you create in the program). If a match is found, write out a message to a 2nd text file that includes the name and a message indicating that there was a match………..