Write a method, getEmailUserName, that is passed a String argument that is an email address and returns the user-name part.
LANGUAGE: Java
CHALLENGE:
Write a method, getEmailUserName, that is passed a String argument that is an email address and returns the user-name part.
So if “[email protected]” is passed, the method returns “mozart”.
Assume that the argument will always be a correctly formatted email address.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code