Problem
Create a C++ program of your choosing that follows the specifications below:
1)	Define a struct with 4 or more members. The struct must be different from the ones used in class
2)	Your application must have at least one programmer-defined function
3)	Declare an array of your struct using a size of 10 or more
4)	Load the data for each element in your array from a text file
5)	Display the data in your array in the terminal
6)	Provide brief comments for every line of code
7)	Code must compile
8)	Be creative.