public static void Main()
Console.WriteLine("VOWEL, CONSONANT OR NOT A LETTER");
Console.WriteLine("Give a letter and I'll tell you if is vowel or consonant or not a letter.");
Console.WriteLine("The letter " + L + " is a vowel");
Console.WriteLine("The letter " + L + " is a consonant");
Console.WriteLine("This is not a letter, please try again");