about | help | code help+videos | done | prefs |
findDomain
Create a method public String findDomain (String email) that will return the domain name of the email address. IE boralj@portlandschools.org would return portlandschools (all emails will have one @ and .) findDomain("boralj@portlandschools.org") → "portlandschools" findDomain("johndoe@company.com") → "company" findDomain("jane_doe@university.edu") → "university" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy