Multiple Choice
The syntax used to declare a StreamWriter variable is ____.
A) {Dim|Private} streamWriterVariableName IO.StreamWriter
B) {Dim|Private} streamWriterVariableName As IN.StreamWriter
C) {Dim|Private} streamWriterVariableName As IO.StreamWriter
D) {Dim|Private} streamWriterVariableName As StreamWriter
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following statements will close
Q4: Programmers use structure variables to store related
Q5: Write the code to declare a variable
Q6: What is the difference between a structure
Q7: Which of the following determines whether an
Q9: Variables declared using a structure are often
Q10: Which of the following can be used
Q11: The _ method writes a newline character
Q12: Files that are read by the computer
Q13: When you pass a structure variable to