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.