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!

JAVA PROGRAM! Write a Java program that reads in a string of

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!