Multiple Choice
After opening a file for input,you can use the ____ to read the file's contents,one line at a time.
A) ReadLine method
B) OpenText method
C) AppendText method
D) WriteLine method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Most programmers use the Structure statement,rather than
Q16: Write a Do clause that reads each
Q17: Write a Structure statement that defines a
Q18: Write the code to declare a variable
Q19: Assume that the variable amount contains the
Q21: Which of the following declares a StreamReader
Q22: You can use the Strings.Space method to
Q23: A file to which information is written
Q24: The following sample of code contains errors.
Q25: The following sample of code contains errors.