Full source code ⋅ Next chapter
For now, task is just a sequence of characters i.e. string:
With help of literals we can initialise them as regular strings:
There are many ways to initialise a list, here is one of them:
Challenge: define a List of strings using other ways.
Next we should describe how to print individual String:
Challenge: insert some character before String.
Finally, here is whole program structure: