-
Count Consonants
Hey guys new to the forums But i need some serious help... I have this assignment thats pretty tough but you guys should know how to help 
Thanks for any help in advance.
Write a program that reads a list of characters:
eg. ubccdddwfreshawbgtiijhktrocbfgrtwghdddguppgrkitt. etc.
inputted from the keyboard one character at a time starting with a vowel (The vowels are a, e, i, o, and u) until a blank {spacebar} character is issued.
Having read in the list (or during the reading of the list) the program is to find the longest continuous occurrence of consonants, outputting the vowels between which this occurs and the length of this string of consonants.
{In the example above, the output would be 13 o u}
-
You need to use thread titles that are a bit more meaningful with respect to your question.
You have two new threads here. They both had the same thread title which had nothing what so ever to do with your question. When I first looked at them, I thought they were duplicate threads (which happens) and I almost deleted this one.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Can you please change the title yet again to something more appropriate as i am not counting consonants rather i am counter the letters in between vowels. These happen to be consonants 
Thanks again
-
There are only two types of letters. Vowels and Consonants.
If a letter is between a vowel, and it is not a consonant, what is it?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
very true but im counting the consonants in between the vowels and end it when a space bar is pressed
-
It doesn't matter where the consonants are, you are still counting them. What about the code in the link I posted isn't working for you?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By jinesusa in forum VB Classic
Replies: 3
Last Post: 01-24-2008, 06:57 AM
-
By corygibbons in forum Database
Replies: 6
Last Post: 07-11-2007, 08:30 PM
-
Replies: 0
Last Post: 04-20-2007, 02:13 PM
-
By barbarosa80503 in forum VB Classic
Replies: 2
Last Post: 10-28-2005, 03:33 PM
-
By James World in forum .NET
Replies: 0
Last Post: 08-13-2001, 04:22 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks