Looks like homework to me ;)
You're foreaching iterating over the filename (a string) itself which gives you one character at a time. Just use the while approach that correctly uses sr.ReadLine().
|
2 | deleted 1 characters in body | ||
|
Looks like homework to me ;) You're foreaching iterating over the filename (a string) itself which gives you one character at a time. Just use the while approach that correctly uses sr.ReadLine(). |
||||
|
1 |
|
||
|
Looks like homework to me ;) You're foreaching over the filename (a string) itself which gives you one character at a time. Just use the while approach that correctly uses sr.ReadLine(). |
||||