Each program should begin with an introductory comment of the
following form:
/******************************************************************
* <filename> - <brief title (one line) of program>
*
* Written by: <your name>
* <your login id>
* Course: CSci 101
* Section: <your section number>
* Date: <today's date>
*
* Description: <Longer description (may be multiple lines) including
* purpose of program, what it does, how it works, etc.>
*
*******************************************************************/