what is string programming code example
Example 1: whats a string
string a = "je bolle tering moeder";
Console.WriteLine (a);
Console.ReadKey ();
Example 2: what is string
It's an immutable char sequence and
all characters has index numbers.
There are also mutable char sequences like :
STRING BUILDER & STRING BUFFER