X567: Output Concatenated Strings

Complete this method to print the two String parameters combined (concatenated) together.

Examples:

outputCombinedStrings(Hello, World) outputs HelloWorld
outputCombinedStrings("a", "b\
outputCombinedStrings("abc", "def\

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.