Solved

StreamWriter OutputFile = New StreamWriter("someOutputFileName");

Question 20

Multiple Choice

StreamWriter outputFile = new StreamWriter("someOutputFileName") ;
StreamReader inputFile = new StreamReader("someInputFileName") ;
If you browse using Windows Explorer or Computer, the physical file that already exists before the two statements from above are executed is ____.


A) outputFile
B) inputFile
C) someOutputFile
D) someInputFile

Correct Answer:

verifed

Verified

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

Related Questions