This program is intended to demonstrate how file output can be
integrated into a C++ program.
D. House, 10/27/2019, Clemson University

fileadd takes a maximum number, and a filename on its command line

It generates addition tables from 1 to the maximum number, and stores them in the file named on the command line
