To append data onto the end of a text file: a. use the AppendStream class b. add

Question:

To append data onto the end of a text file:

a. use the AppendStream class

b. add the Append argument to the constructor for the FileStream class

c. add the Append argument to the constructor for the StreamWriter class

d. add true as the second argument (Append) to the StreamWriter class

e. open the file in an append mode by adding an ‘a’ onto the end of the identifier

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: