0
votes
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 ...
