Let's go to the moon, back and forth
learn about advanced loops, arrays and functions while you launch a rocket to the moon
Robo needs to practice finding letters in words, so he can decode new hidden messages sent from the base station.
Find the location of the letter "U" in the planet names. Print that location on screen.
Print the letter that comes after the letter "U".
Print the letter that comes before the letter "U". If there is no letter before "U", do not print anything for that planet.
Time to construct another hidden message! This message is created from words that do not have letter "h". Remember to add spaces between the words and print the full message onto the screen. Clear any words that does not meet the requirements by over writing it with empty space " ".
It is time to create a hidden message. This message contains words that has the letter "s". Construct the message from these words and add spaces between them. Print the full message onto the screen, but remember to clear any word without the letter "s" by over writing it with empty space " ".
Let's go to the moon, back and forth
learn about advanced loops, arrays and functions while you launch a rocket to the moon