+ 6
Challang: Mash two words together.
write a code that can mash any two words together. For example to mash together the words chair and seat it would output sair and cheat.
3 odpowiedzi
+ 7
Rules to do it?
+ 5
You can do anything you want and use any language you want as long as is able to connect any two words as explained in the description. 😁
0
how the code must know if the result word is a valid or invalid word?