1. Describe the strings in C#. What is typical for the string type? Explain which the most important methods of the string class are.
2. Write a program that reads a string, reverse it and prints it to the console. For example: "introduction" à "noitcudortni".