i want to make a program that will input a word and determine how many vowels or consonants are there in the inputted word. Can you help me make my code?
Comments:
Feb 19, 2008
- I'm also needing a Java program. Please help me asap
Feb 19, 2008
- I'm also needing a Java program. Please help me asap
Private Sub Command1_Click()
Dim a Dim vow, con As Integer vow = 0 con = 0 For i = 1 To Len(Text1) a = Mid(Text1, i, 1) If (a = "a" Or a = "e" Or a = "i" Or a = "o" Or a = "u") Then vow = vow + 1 Else con = con + 1 End If Next
MsgBox "Vowels: " & vow & vbNewLine & "Consonants : " & con
With downloading the WhiteSmoke 2010 All-inclusive package I do only get up to 47% of 100% when the...
(More)
With downloading the WhiteSmoke 2010 All-inclusive package I do only get up to 47% of 100% when the downloading stops. I have Vista and Norton Safety; I tried to deactivate Norton; no progress Anyone had this problem?
Add the things you own to your My Products collection and get product information, solutions to problems, manuals & guides, tips and how-to's, reviews & ratings and local repair service - all in one easy place.