Solved

When Writing Text Files, If You Add True to the Constructor

Question 3

Multiple Choice

When writing text files, if you add true to the constructor for the Append argument, ____.


A) lines are added onto the end of the file
B) a backup is made of the old file
C) "file already exists" message is displayed if a file by the same name exists
D) new data is added onto the end of each line in the file

Correct Answer:

verifed

Verified

Related Questions