Write the pseudocode to do the following:
•Read in a data file containing student names, ID number, and gender into an array.
•Print the contents of each record using the array.
•Count the number of male and female students by using the array, and print the counts.