java program
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
And place them in output file named email.txt
Note: the email is last name followed by underscore and first name.