0
/ 5
Complete this method to print the two String parameters combined (concatenated) together.
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 feedback will appear here when you check your answer.