Start with the instructions but skip over the functions except for str_length & str_compare.
We will start our work with these functions in this module, then address the remaining ones in the
next modules as soon as we studied the necessary tools.
Measuring the length of a string is a good way to get started.
Forget to look for the end of string marker & you might learn about one of the most wildly
spread novice error about strings.