Question: Programming problem: Create an application with a method that accepts a string as an argument and returns the number of vowels that the string contains.
Programming problem:
Create an application with a method that accepts a string as an argument and returns the number of vowels that the string contains. The application should have another method that accepts a string as an argument and returns the number of consonants that the string contains. The application should let the user enter a string, and should display the number of vowels and the number of consonants it contains.
Code:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace Program8_4 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private int CountVowels(string strData) {
}
private int CountConsonants(string
Programming problem:
Create an application with a method that accepts a string as an argument and returns the number of vowels that the string contains. The application should have another method that accepts a string as an argument and returns the number of consonants that the string contains. The application should let the user enter a string, and should display the number of vowels and the number of consonants it contains.
Code:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace Program8_4 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private int CountVowels(string strData) {
}
private int CountConsonants(string strData) {
} } }
Designer:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
