Computer Science for IGCSE & O level - Programming (Section 1 - No. 25)

What actions will need to occur to store data persistently?
Output data to the console.
Open a file
Write data to a file
Close a file

Explanation

To store data persistently, you need to open the file, write the data to the file, and close the file.

Comments (0)

Advertisement