This program reads student information in the format of LastName, FirstName I where there may be no middle initial. Its outputs is one line for each input line in the form filastname FirstName LastName with tabs between the fields. The first field in the output is the username composed of first initial, middle initial (or second letter of first if there is no middle initial), lastname with the username all in lowercase.