Report 1: Print organizations between certain years. Ask the user to input the value of a start year and end year and print all organization information along with its students between the start and end years. Save this data into file named report1.txt
Report 2: Print all students from a specific state. Ask the user to input the value of the state and print all students from all organizations who are from that state. Save this report into a file named report2.txt
Report 3: Print students based on organization affiliation and state. Ask the user to input the value of the organization’s affiliation and state. Print out all the students who match the input values. For example, print all students who are from TN in Social organizations. Save this report into file named report3.txt