String is a sequence of symbols. All of the symbols can be accessed via their indexes starting from 0.
Let's say we have the string "computer". It's structure is the following:
So if we need to print the first letter (c) and the 3rd letter (m), we do: