1. In many programming languages strings are defined to be arrays of characters. Compare the consequences of this when a string variable is:
Consider string operations such as assignment, concatenation, and comparison.
2. Write a program that prints out a table of Fibonacci numbers. Fibonacci numbers are defined by a series in which any element is the sum of the previous two elements.