Let's go to the moon, back and forth
learn about advanced loops, arrays and functions while you launch a rocket to the moon
In this adventure, Robo will learn the names of three famous astronauts. He plans to get their full name and the length of their names as an autograph!
Print the names of these famous astronauts onto the screen by connecting the text in the two cells.
Example: NeilArmstrong
Print the names of famous astronauts onto the screen by connecting the text in the two cells. This time, you must add a space between them.
Example: Neil Armstrong
Print the length of the astronauts names onto the screen by adding the first and last name together.
Example: The length of Neil Armstrong is 14
Print the name of astronaut and attach the length of that name.
Example: Neil Armstrong14
Print the name of the astronauts and attach the length of that name. Remember to add a comma between name and length.
Example: Neil Armstrong, 14
Let's go to the moon, back and forth
learn about advanced loops, arrays and functions while you launch a rocket to the moon