0
/ 50
The method below takes a string as a parameter. The string contains a name in the form of "<firstname>,<lastname>". This...
The method below takes a string as a parameter. The string contains a name in the form of "<firstname>,<lastname>". This method needs to return a new string with the two parts of the name reversed, "<lastname>,<firstname>". The string does not contain any spaces, just one comma between the two parts of the name.
For example:
Your feedback will appear here when you check your answer.