What happens when you close a file with the Close method?
What is the difference between the WriteLine method and the Write method
The WriteLine() always appends a new line character to the end of the string. this means any subsequent output will start on a new line.
What has happened when the Peek method returns -1?
What does the Read method return?
Where must Structure statements appear?
Why should you call the Peek method before calling the “ReadLine” method?