Computer Science, asked by manasakn, 5 months ago

14.Which function is used to write a line of text into the Text window

Answers

Answered by LeoMystic
3

Answer:

if it's in java

Explanation:

public class test

{

public static void main(Strong args[])

{

String.out.println("Write a line");

}

}

I hope this helps

Answered by captainofstudy
0

Explanation:

Answer: readLines() function is mainly used for reading lines from a text file and writeLines() function is useful for writing character data line-by-line to a file or connection.

Similar questions