Write a C# Sharp program that takes a character as input and checks if it is a vowel, a digit, or any other symbol
Bhaumik Patel
10:04 PM
using System; public class Program { public static void Main() { char ch; Console.Write("Input a symbol: &q...Read More
Write a C# Sharp program that takes a character as input and checks if it is a vowel, a digit, or any other symbol
Reviewed by Bhaumik Patel
on
10:04 PM
Rating: