Question: using java language using java language 7. Write a program that reads the data in from data.csv and outputs the following to the screen as
7. Write a program that reads the data in from data.csv and outputs the following to the screen as well as creates the following out.csv file. Age Last Barbara Elizabeth Jose Mabel 90 First M Email williams Mwillib@gmail.com Kristoffersen T_kriste@gmail.com Diaz 3 diazj@gmail.com Kaminski I kaminm@gmail.com 105 Use a method to fix the input first and last names Use a method to generate the emails. They should be the first 5 characters of the last name followed by the first letter of the first name and then @gmail.com" Recall Seanno 7. Write a program that reads the data in from data.csv and outputs the following to the screen as well as creates the following out.csv file. Age Last Barbara Elizabeth Jose Mabel 90 First M Email williams Mwillib@gmail.com Kristoffersen T_kriste@gmail.com Diaz 3 diazj@gmail.com Kaminski I kaminm@gmail.com 105 Use a method to fix the input first and last names Use a method to generate the emails. They should be the first 5 characters of the last name followed by the first letter of the first name and then @gmail.com" Recall Seanno
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
