JP Morgan Tech Connect OA
Anonymous User
8046

JP Morgan Tech Connect Online Assessment

**Note: The code editor, Hirevue, takes in the input string line by line using BufferedReader & LineReader, so make sure that you're comfortable with both of these concepts. **

Given a string as an input, design a function that returns the string with the first letter to every word capitalized.

Example input: "problem example word"
output --> "Problem Example Word"

Comments (15)