email adress generator using string methods
Created by
ChesterWhitwell
Reads each line of a file and uses split to separate user names into first and last names, then outputs a concatenated email address.

Reads each line of a file and uses split to separate user names into first and last names, then outputs a concatenated email address.