Standard Program Header
Note: Once you have typed the header into jGRASP for PROG 0,
you can copy and paste it to other assignments instead of typing it in
each time. You will still need to make the appropriate changes for each
assignment (assignment number, assignment name, due date, description,
input, and output).
/******************************************************************
* Program Insert assignment number: Insert assignment name
*
* Programmer: Insert your name
*
* Due Date: Insert due date
*
* COMP 110-001
Instructor: Joshua Stough
*
* Description: Insert a brief paragraph describing the
program.
*
* Input: Insert a brief description of user inputs, or
"None" if
* there is no user input
*
* Output: Insert a brief description of the program output.
*
******************************************************************/