Question: 1. Which of the following opens the employ.txt file and allows the computer to write new data to the end of the files existing data?

1. 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")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock