Computer Science, asked by gokul66773, 1 month ago

Assume that the file data.txt exists and contains several lines of text. Write a short program using the while loop that displays each line in the file​

Answers

Answered by Abhinav3583
0

Answer:

Assume that the file data.txt exists and contains several lines of text. Write a short program using the while loop that displays each line in the file.

Answered by sujitkundu2709
1

Answer:

A file to which a program writes a data. It is called an output file because the program sends output to it.

Similar questions