1. Write the pseudo code to do the following:
Read 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.