Why Use Files for I/O
But why use files at all?
Permanency:
- i/o to the keyboard and screen vanish once the program ends
- files provide a way to store data permanently
Convenience:
- why type in things over and over again?
- especially useful when handling large amounts of data