1.
Write a C# program that takes a string input from
the user and prints its length.
2. Create a C# program that takes two strings as input
from the user and concatenates them.
3.Write a C# program that extracts a substring from
a given string. The program should take the starting
index and length of the substring as input from the
user, and print the extracted substring. [Hint-
Substring(startIndex, length)