C# program to count vowels in a string
Write C# a program that contains a class that has a method that takes user name as input and second functions which returns the number of vowels present in it and the Main program prints the number of vowels, C# program to count vowels in a string.C# Projects with Source Code
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lab_3b
{
class name
{
public void name()…continue for code click here…