Question: Write a Java program that reads in a string of MU email [20 marks addresses from the user and will then break them up into

Write a Java program that reads in a string of MU email [20 marks addresses from the user and will then break them up into the individual addresses. You can assume all email addresses are of the format: firstname.lastname@mu.ie It should then print out the first name and second name of each person with a space between the names. For example, a sample run of the program might be: Please enter a String of email addresses: mary.kelly@muiejohn.doyle@mu.le;oisin.heavey@mu.ie; The individual email adresses are: mary.kelly@mu.ie john.doyle@mu.ie oisin.heavey@mu.ie The names are: mary kelly john doyle oisin heavey
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
