ScratchData LogoScratchData
Back to MagiYT's profile

35 blocks - Capitalize First Letters

MAMagiYT•Created March 2, 2022
35 blocks - Capitalize First Letters
0
0
2 views
View on Scratch

Instructions

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.

Project Details

Project ID652757380
CreatedMarch 2, 2022
Last ModifiedMarch 2, 2022
SharedMarch 2, 2022
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root