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
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
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