Remix this project or provide your project link to submit an entry. GENERAL RULES: See https://scratch.mit.edu/studios/4902129/ SPECIFIC RULES: - You must use the green flag clicked block. - You must use the ask block for input and the Output list for output, and the output has to be a full string, not a list of items. - Capital letters must be preserved (iPhone -> IPhone). - A word is anything separated by a space ("scratch cat" is two words while "java_programmer" is one). - If a word starts with a non-alphabetical character, the rest of the word remains the same ("_this" stays the same). - Your code should work for any number of spaces (whether there are none at all or 10 spaces between each word). - The length of the output must match the length of the input (assuming standard ASCII characters). - No characters should be added to or dropped from the input. Modifications are only allowed if the character is being capitalized.
Thanks to @TiberiumFusion for the suggestion. https://codegolf.stackexchange.com/questions/49950/capitalize-first-letter-of-each-word-of-input?noredirect=1&lq=1 SCORES (replace * with .): https://docs*google*com/spreadsheets/d/1dNKXo16RgLWmEEPPS7_eEDx5P9md9ylqc3mwpJQxoa8/edit?usp=sharing