© 2026 Hedgehog Software, LLC
int b = (int)'b'; int e = (int)'e'; int c = e - b; Console.WriteLine("char is: " + c);
char is: