public static void Main(string[] args)
string alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Console.WriteLine("----------ASCII values for Uppercase letters----------");
Console.WriteLine("The ASCII value of given alphabets is: " + Convert.ToInt32(a));
string alpha2 = "abcdefghijklmnopqrstuvwxyz";
Console.WriteLine("----------ASCII values for Lowercase letters----------");
Console.WriteLine("The ASCII value of given alphabets is: " + Convert.ToInt32(b)); ;
string num = "0123456789";
Console.WriteLine("------------The ascii value of numeric numbers ---------------");
Console.WriteLine((int)n);