blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Read Text File - Display number of words depending on the number of letters

What i need is... 1st: Read an entire file. 2nd: Display how many words in the file were 1,2,3,4,5 or longer than 5 letters long. Example... File: Hello i need help to find the answer Output: Number of words of length 1 is 1 ...

0
votes
1 answers

Compute length of an MP3 file

Hello, I'm looking for a simple, at least relatively efficient way to compute the exact length of an MP3 file. There are many issues that come into play with this. One may initially simply think of reading an mp3 frame to obtain the b ...

Feedback