Choose the character you would use in the blank for the mode described. Open ("fruit. Txt","_____") To write to a new file, use. To read a file, use. To add text to an existing file, use.

Respuesta :

The character that you would use in the blank for the mode described is:

W= To write to a new file, use.

R= To read a file, use.

A= To add text to an existing file, use.

  • In code writing, the text editor serves as a text extension of a file. In the question above, the blank space provided will need to be input with a function that will allow the selected text to be read.

  • The blank space provides instructions on what needs to be done with the fruit file. A loop can be created if the writer wishes.

  • W means to write new code, A means to append or add to an existing code, while R means to read a file. So, the above are the correct code names.

Learn more about reading files here:

https://brainly.com/question/26125959