0
/ 1.0
The method below takes in a String parameter representing a username. It should throw an Exception
if the username is less than 3...
The method below takes in a String parameter representing a username.
It should throw an Exception
if the username is less
than 3 characters long.
The method correctly throws the exception, but something is still
missing. Fix the problem.
Your feedback will appear here when you check your answer.