Write C# Program to Check whether an alphabet is a vowel or not
Introduction Write C# Program to Check whether an alphabet is a vowel or not. I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability.. using System; public class exercise17 { ...