show/hide this revision's text 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().

show/hide this revision's text 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().