Question: 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? a.
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
b outFi... View full answer
Get step-by-step solutions from verified subject matter experts
