Which of the following opens the employ.txt file and allows the computer to write new data to

Question:

Which of the following opens the employ.txt file and allows the computer to write new data to the end of the file’s existing data?

a. outFile = IO.File.AddText("employ.txt")

b. outFile = IO.File.AppendText("employ.txt")

c. outFile = IO.File.InsertText("employ.txt")

d. outFile = IO.File.WriteText("employ.txt")

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: