Capitalize the Title Problem

Capitalize the Title Problem — ExecCode Easy DSA Practice

Solve the Capitalize the Title problem on ExecCode. Free online easy DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.

Description You are given a string title consisting of one or more words separated by a single space, where each word consists of English letters. Capitalize the string by changing the capitalization of each word such that: If the length of the word is 1 or 2 letters, change all…

Practice Capitalize the Title free on ExecCode. Browse more ExecCode DSA problems.