Question: JAVA PROGRAM! Write a Java program that reads in a string of MU email [20 mark addresses from the user and will then break them
JAVA PROGRAM!

Write a Java program that reads in a string of MU email [20 mark 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@muie,john.doyle@mu ie,oisin.heavey@muie; The individual email addresses 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
