Multiple Choice
Which of the following declares a StreamReader variable named newFile?
A) Dim inFile As IO.StreamReader
B) Dim newFile As IO.StreamReader
C) Dim newFile As IO.StreamWriter
D) Dim newFile As StreamReader
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q20: After opening a file for input,you can
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.
Q26: The members of a structure can be