Solved

StreamWriter OutputFile = New StreamWriter("someOutputFileName");

Question 32

Multiple Choice

StreamWriter outputFile = new StreamWriter("someOutputFileName") ;
StreamReader inputFile = new StreamReader("someInputFileName") ;
The identifier that can be referenced in a WriteLine( ) method with the declaration above is ____.


A) someOutputFileName
B) someInputFileName
C) outputFile
D) inputFile

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions