what displays the value of the variable initial declared as a char in c# code example
Example: how to show the value of a string in c#
using System;
string aText = "This is my text!";
Console.WriteLine(aText);
using System;
string aText = "This is my text!";
Console.WriteLine(aText);