what is a string programming code example
Example 1: what is a string
a linear sequence of characters, words, or other data.
Example 2: whats a string
string a = "je bolle tering moeder";
Console.WriteLine (a);
Console.ReadKey ();
a linear sequence of characters, words, or other data.
string a = "je bolle tering moeder";
Console.WriteLine (a);
Console.ReadKey ();