Jingle Bells - Day 1
Jingle Bells - Day 1
Santa has been given two strings of text with some naughty and nice students. He's a little bored and would like to make the anagram of jingle bells by using each of the letters from their names.
Your challenge is to find the positions of each of the letters in the string's and make up the word jingle bells.
You must create a variable for each word i.e - Christmas1 and Christmas2
You should then join them together using operators. This is called concatenation. You may need to join them together with a space.
Example: -
name = "Raymond" + " " + "Chambers"
Your answer should be output at the end