program needed to change a long list of names written in Last, First format to First Last. it must be able to handle a list of at least 256 names.
e.g.
the list:
Smith, John
Jenkins, P.M.
Sanders, Jerry S.
gets changed to:
John Smith
P.M. Jenkins
Jerry S. Sanders