Am very (very) new to C#, I would really appreciate your assistance to code in C# a program that allows me to calculate the sum of two ASCII characters in their numeric equivalence, any ASCII character. I have tried declaring it as an int: int A = 60,etc. Also:
char a = 'A';
int i = (int) a;
Console.WriteLine("{0}", i);
I have two days trying to do it, but my brain is not working. Thanks!!!!