java program

profiledynamijws6z28
emailassign.doc

Assignment.

You are given a file named data.txt. This file contains first name followed by last name.

Example:

Lisa Smith

Your program should get this data and make an e-mail like

[email protected]

And place them in output file named email.txt

Note: the email is last name followed by underscore and first name.