Purpose of lesson
The purpose of this lesson is to teach you:
How to read and write simple files in C++
How to use those files in conjunction with arrays.
I will present and explain a C++ program named File01. (See Listing 7.)