Hi I'm a beginner to c++ and I was assigned a project to declare an array of structs but the information is contained in a text file and I have to prompt the user for the file name and it takes that info and inputs it into an array in the output. The file contains a state, bird species, and the count of each different species. We also must use atleast 4 functions. This is what I have so far but the program doesnt seem to be working. Any advice?