Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do I count the number of words that begin with a particular letter in the array
and print these words in a list box in ( vb.net language )
Posted
Updated 26-Dec-12 12:19pm
v2
Comments
Sergey Alexandrovich Kryukov 26-Dec-12 18:12pm    
What matrix? What did you try so far? What's the problem? Accessing words? Loops? Counting? What?
—SA
Sergey Alexandrovich Kryukov 26-Dec-12 18:14pm    
Here is a warning for you: 3 of your 4 questions are just re-posts of the same thing. You hardly can get anything useful from this, except some down-votes and abuse reports. :-)
—SA
mazen albarakani 26-Dec-12 18:21pm    
MR Kryukov it's an array not matrix so i'm sorry

1 solution

I dont know if this will help you because i used c++ for a similar task, but i am trying to help her.

I would suggest to create a for loop to enter each element of the array.
Now using this website; http://www.paulhorst.com/c241/string.htm[^]

I noticed that i can check each letter of the string.
then i would increment a counter.

Sorry i am not really very good but i tried my best
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900