What will I learn?
Solving this puzzle teaches how to manage strings and array arithmetics.
You'll know how to split a string into separate parts and concatenate them into a new one.
You can use indexes of arrays
External resources
StringsLet's Play ASCII ArtLoopsLearning Opportunities
This puzzle can be solved using the following concepts. Practice using these concepts and improve your skills.
Statement
The goal of the problem is to simulate an old airport terminal display: your program must display a line of text in ASCII art.
You have to split strings, store them and recreate others. You can use data structures like arrays or hash tables.
A higher resolution is required to access the IDE
Story
Do you feel you are an artist at heart? Unfortunately you are a programmer :( Why not give a try at ...
__ ___ ___ ____ ____ __ ____ ____
/__\ / __) / __)(_ _)(_ _) /__\ ( _ \(_ _)
/(__)\ \__ \( (__ _)(_ _)(_ /(__)\ ) / )(
(__)(__)(___/ \___)(____)(____) (__)(__)(_)\_) (__)
In this puzzle, transform strings of characters into ASCII ART.