All ChallengesLoading...
Not Solved
Concatenate and capitalize
Write a function that takes two strings and concatenates them with a space. The result should be capitalized.
Beginner
sample input: "hello", "world"
sample output: Hello world
Loading...
Test Output: